We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6250cf commit 3098017Copy full SHA for 3098017
build/nuget.props
@@ -29,6 +29,9 @@
29
<PublishRepositoryUrl>true</PublishRepositoryUrl>
30
<EmbedUntrackedSources>true</EmbedUntrackedSources>
31
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
32
+
33
+ <!-- REF: https://github.com/clairernovotny/DeterministicBuilds -->
34
+ <ContinuousIntegrationBuild Condition=" ('$(TF_BUILD)' == 'true') OR ('$(GITHUB_ACTIONS)' == 'true') ">true</ContinuousIntegrationBuild>
35
</PropertyGroup>
36
37
<ItemGroup Label="SourceLink">
0 commit comments