Skip to content

Commit

Permalink
Set "TreatWarningsAsErrors" before NuGet restore (#249)
Browse files Browse the repository at this point in the history
* Ensures our build stays clean of NuGet warnings
  • Loading branch information
mikeharder committed Jul 4, 2017
1 parent 6eab299 commit b70ca80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<SignAssembly>true</SignAssembly>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b70ca80

Please sign in to comment.