We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MSBuildTreatWarningsAsErrors
1 parent c51e1a4 commit 52a2c7fCopy full SHA for 52a2c7f
src/NetEvolve.Defaults/build/SupportGeneral.props
@@ -40,6 +40,7 @@
40
41
<PropertyGroup Label="Error Handling" Condition=" '$(Configuration)' == 'Release' ">
42
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
43
+ <MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
44
</PropertyGroup>
45
46
<PropertyGroup Label="Language Configuration">
0 commit comments