Skip to content

Commit

Permalink
chore: Add MSBuildTreatWarningsAsErrors (#45) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Dec 17, 2024
1 parent c51e1a4 commit 52a2c7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NetEvolve.Defaults/build/SupportGeneral.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

<PropertyGroup Label="Error Handling" Condition=" '$(Configuration)' == 'Release' ">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
</PropertyGroup>

<PropertyGroup Label="Language Configuration">
Expand Down

0 comments on commit 52a2c7f

Please sign in to comment.