Skip to content

Commit 3098017

Browse files
author
Chris Martinez
committed
Enable deterministic builds
1 parent f6250cf commit 3098017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/nuget.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929
<PublishRepositoryUrl>true</PublishRepositoryUrl>
3030
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3131
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
32+
33+
<!-- REF: https://github.com/clairernovotny/DeterministicBuilds -->
34+
<ContinuousIntegrationBuild Condition=" ('$(TF_BUILD)' == 'true') OR ('$(GITHUB_ACTIONS)' == 'true') ">true</ContinuousIntegrationBuild>
3235
</PropertyGroup>
3336

3437
<ItemGroup Label="SourceLink">

0 commit comments

Comments
 (0)