Skip to content

Commit

Permalink
Enabled deterministic builds (fixes #66)
Browse files Browse the repository at this point in the history
  • Loading branch information
akamsteeg committed Jun 4, 2020
1 parent b22dbcf commit 5e5701d
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<RepositoryUrl>https://github.com/akamsteeg/AtleX.CommandLineArguments.git</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>Git</RepositoryType>
<EmbedUntrackedSources>true</EmbedUntrackedSources>

<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<PackageTags>cli commandline command line arguments argument parser</PackageTags>
Expand Down Expand Up @@ -82,4 +83,9 @@
</AssemblyAttribute>
</ItemGroup>

<PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<Deterministic>true</Deterministic>
</PropertyGroup>

</Project>

0 comments on commit 5e5701d

Please sign in to comment.