Merge pull request #9835 from dotnet/disabled_MSBuildTreatWarningsAsErrors
Disabled MSBuildTreatWarningsAsErrors
This commit is contained in:
commit
5b8776a9a4
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@
|
|||
<NoWarn>NU1701;NU5104</NoWarn>
|
||||
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
|
||||
<!-- https://github.com/dotnet/cli/issues/9834 - re-enable the flag below once warnings are cleared up -->
|
||||
<!-- <MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors> -->
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue