File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 <Nullable >enable</Nullable >
3636 <InheritDocEnabled >true</InheritDocEnabled >
3737 </PropertyGroup >
38+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
39+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
40+ </PropertyGroup >
3841
3942 <!-- Packaging properties -->
4043 <PropertyGroup >
41- <GeneratePackageOnBuild Condition =" '$(Configuration)' == 'Release'" >true</GeneratePackageOnBuild >
4244 <PackageOutputPath >..\dist\</PackageOutputPath >
45+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
4346 <IncludeSymbols >true</IncludeSymbols >
4447 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
4548 </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
50+ <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
51+ </PropertyGroup >
4652
4753 <!-- Hide .root project output -->
4854 <PropertyGroup Condition =" '$(MSBuildProjectName)' == '.root'" >
You can’t perform that action at this time.
0 commit comments