Skip to content

Commit 52a2c7f

Browse files
authored
chore: Add MSBuildTreatWarningsAsErrors (#45) [skip ci]
1 parent c51e1a4 commit 52a2c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/NetEvolve.Defaults/build/SupportGeneral.props

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

4141
<PropertyGroup Label="Error Handling" Condition=" '$(Configuration)' == 'Release' ">
4242
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
43+
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
4344
</PropertyGroup>
4445

4546
<PropertyGroup Label="Language Configuration">

0 commit comments

Comments
 (0)