Skip to content

Commit 1f1a464

Browse files
committed
Enable a CI deterministic build.
1 parent 9b59d7d commit 1f1a464

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<DebugType>embedded</DebugType>
2727
</PropertyGroup>
2828

29+
<PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' OR '$(APPVEYOR)' == 'True' OR '$(TF_BUILD)' == 'True' ">
30+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
31+
<Deterministic>true</Deterministic>
32+
</PropertyGroup>
33+
2934
<ItemGroup>
3035
<PackageReference Include="xunit" Version="2.5.3" />
3136
<PackageReference Include="xunit.extensibility.execution" Version="2.5.3" />

0 commit comments

Comments
 (0)