Skip to content

Commit

Permalink
Enable warnings as errors in CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakov-h committed Sep 1, 2024
1 parent a31fd4d commit 9428f16
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 @@ -32,5 +32,6 @@
<DebugType>portable</DebugType>
<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
<TreatWarningsAsErrors Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>

0 comments on commit 9428f16

Please sign in to comment.