Skip to content

Commit

Permalink
Use the correct name for warn as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jan 27, 2017
1 parent b658aa8 commit 654627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal.AspNetCore.Sdk/targets/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Usage: this should be imported once via NuGet at the top of the file.
<!-- common build options -->
<PropertyGroup>
<!-- make disabling warnings opt-out -->
<WarningsAsErrors Condition="'$(WarningsAsErrors)'==''">true</WarningsAsErrors>
<TreatWarningsAsErrors Condition="'$(TreatWarningsAsErrors)'==''">true</TreatWarningsAsErrors>
</PropertyGroup>

</Project>

0 comments on commit 654627b

Please sign in to comment.