Skip to content

Commit

Permalink
Add ContinuousIntegrationBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Apr 6, 2024
1 parent 5b22c10 commit b61e276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<PropertyGroup>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
<DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols>
<NeutralLanguage>en</NeutralLanguage>
Expand Down

0 comments on commit b61e276

Please sign in to comment.