We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7085fc commit 1f917f5Copy full SHA for 1f917f5
Directory.Build.props
@@ -8,4 +8,8 @@
8
<DefineConstants Condition=" '$(ExtraDefine)' != '' ">$(DefineConstants);$(ExtraDefine)</DefineConstants>
9
</PropertyGroup>
10
11
+ <PropertyGroup Condition="'$(CI)' != ''">
12
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
13
+ </PropertyGroup>
14
+
15
</Project>
0 commit comments