Merge pull request #9835 from dotnet/disabled_MSBuildTreatWarningsAsErrors

Disabled MSBuildTreatWarningsAsErrors
This commit is contained in:
Livar 2018-08-14 15:11:49 -07:00 committed by GitHub
commit 5b8776a9a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>