Skip to content

Commit b69a651

Browse files
committed
disable ContinuousIntegrationBuild for now
1 parent 0c94fe6 commit b69a651

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
<EnableNUnitRunner>true</EnableNUnitRunner>
4848
</PropertyGroup>
4949

50-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
51-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
50+
<PropertyGroup>
51+
<ContinuousIntegrationBuild>false</ContinuousIntegrationBuild>
5252
</PropertyGroup>
5353

5454
<ItemGroup Condition=" '$(DisableAnalyzers)' == 'false' ">

0 commit comments

Comments
 (0)