Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 5b8776a

Browse files
author
Livar
authored
Merge pull request #9835 from dotnet/disabled_MSBuildTreatWarningsAsErrors
Disabled MSBuildTreatWarningsAsErrors
2 parents 91fd3e4 + 5635f0d commit 5b8776a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/BuildDefaults.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<NoWarn>NU1701;NU5104</NoWarn>
3434

3535
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
36-
<MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors>
36+
<!-- https://github.com/dotnet/cli/issues/9834 - re-enable the flag below once warnings are cleared up -->
37+
<!-- <MSBuildTreatWarningsAsErrors>true</MSBuildTreatWarningsAsErrors> -->
3738
</PropertyGroup>
3839
</Project>

0 commit comments

Comments
 (0)