Skip to content

Commit

Permalink
Deterministic builds (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Smaug123 authored Feb 25, 2024
1 parent 2809a0f commit 9f508c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
<PropertyGroup Condition="'$(APPVEYOR_BUILD_VERSION)' != ''">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
<PropertyGroup>
<Deterministic>true</Deterministic>
<Copyright>Copyright 2008-2024</Copyright>
<Authors>Kurt Schelfthout and contributors</Authors>
<PackageTags>F# fsharp test random</PackageTags>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@
<PackageVersion Include="xunit.extensibility.execution" Version="[2.4.1, 3.0.0)" />
<PackageVersion Include="xunit.runner.visualstudio" Version="2.5.7" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 9f508c0

Please sign in to comment.