Skip to content

Commit

Permalink
Merge pull request #326 from martincostello/Deterministic-Builds
Browse files Browse the repository at this point in the history
Enable deterministic builds
  • Loading branch information
martincostello authored Mar 29, 2021
2 parents 994f97c + 871aca1 commit 899990b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)JustEat.StatsD.ruleset</CodeAnalysisRuleSet>
<Company>Just Eat</Company>
<Copyright>Copyright (c) Just Eat 2015-$([System.DateTime]::Now.ToString(yyyy))</Copyright>
<Deterministic>true</Deterministic>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand Down

0 comments on commit 899990b

Please sign in to comment.