File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,7 @@ Task("__UpdateDotNetStandardAssemblyVersionNumber")
169169 { "InformationalVersion" , assemblySemver } ,
170170 { "Version" , nugetVersion } ,
171171 { "PackageVersion" , nugetVersion } ,
172+ { "ContinuousIntegrationBuild" , "true" } ,
172173 } ;
173174
174175 var csproj = File ( "./src/" + projectName + "/" + projectName + ".csproj" ) ;
Original file line number Diff line number Diff line change 1818 <Authors >Michael Wolfenden, App vNext</Authors >
1919 <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2020 <LangVersion >latest</LangVersion >
21+ <EmbedUntrackedSources >true</EmbedUntrackedSources > <!-- EmbedUntrackedSources for deterministic build -->
22+ <ContinuousIntegrationBuild >false</ContinuousIntegrationBuild >
2123 </PropertyGroup >
2224 <PropertyGroup Label =" SourceLink" >
2325 <PublishRepositoryUrl >true</PublishRepositoryUrl >
You can’t perform that action at this time.
0 commit comments