Skip to content

Commit b61e276

Browse files
committed
Add ContinuousIntegrationBuild
1 parent 5b22c10 commit b61e276

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<PropertyGroup>
1313
<Deterministic>true</Deterministic>
14+
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
1415
<DebugType>embedded</DebugType>
1516
<DebugSymbols>true</DebugSymbols>
1617
<NeutralLanguage>en</NeutralLanguage>

0 commit comments

Comments
 (0)