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 0c94fe6 commit b69a651Copy full SHA for b69a651
src/Directory.Build.props
@@ -47,8 +47,8 @@
47
<EnableNUnitRunner>true</EnableNUnitRunner>
48
</PropertyGroup>
49
50
- <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
51
- <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
+ <PropertyGroup>
+ <ContinuousIntegrationBuild>false</ContinuousIntegrationBuild>
52
53
54
<ItemGroup Condition=" '$(DisableAnalyzers)' == 'false' ">
0 commit comments