We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b59d7d commit 1f1a464Copy full SHA for 1f1a464
src/AdoNet.Specification.Tests/AdoNet.Specification.Tests.csproj
@@ -26,6 +26,11 @@
26
<DebugType>embedded</DebugType>
27
</PropertyGroup>
28
29
+ <PropertyGroup Condition=" '$(GITHUB_ACTIONS)' == 'true' OR '$(APPVEYOR)' == 'True' OR '$(TF_BUILD)' == 'True' ">
30
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
31
+ <Deterministic>true</Deterministic>
32
+ </PropertyGroup>
33
+
34
<ItemGroup>
35
<PackageReference Include="xunit" Version="2.5.3" />
36
<PackageReference Include="xunit.extensibility.execution" Version="2.5.3" />
0 commit comments