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 f426e60 commit aa1c235
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 @@ -10,6 +10,7 @@
</PropertyGroup>
<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 aa1c235

Please sign in to comment.