Skip to content

Commit

Permalink
#9 Deterministic set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
iBrotNano committed Mar 6, 2023
1 parent ec7749c commit d3dfff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyVersion>4.7.1.1</AssemblyVersion>
<Authors>Marcel Melzig</Authors>
<Description>Implements a test environment.</Description>
<Copyright>© Marcel Melzig</Copyright>
<Copyright>© Marcel Melzig</Copyright>
<PackageTags>test environment xunit</PackageTags>
<Title>Test Environment</Title>
<PackageIcon>Seat-Belt-256.png</PackageIcon>
Expand All @@ -30,6 +30,7 @@

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

<PropertyGroup Condition="'$(CREATE_NUGET)' == 'true'">
Expand Down

0 comments on commit d3dfff3

Please sign in to comment.