Skip to content

Commit 1f917f5

Browse files
committed
Set ContinuousIntegrationBuild to true for CI
1 parent d7085fc commit 1f917f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Directory.Build.props

+4
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@
88
<DefineConstants Condition=" '$(ExtraDefine)' != '' ">$(DefineConstants);$(ExtraDefine)</DefineConstants>
99
</PropertyGroup>
1010

11+
<PropertyGroup Condition="'$(CI)' != ''">
12+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
13+
</PropertyGroup>
14+
1115
</Project>

0 commit comments

Comments
 (0)