Set "TreatWarningsAsErrors" before NuGet restore

* Ensures our build stays clean of NuGet warnings
This commit is contained in:
Ryan Brandenburg 2017-07-06 12:27:29 -07:00
parent 775b831ac2
commit 351e6c9c5d
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<RepositoryUrl>https://github.com/aspnet/servertests</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<VersionSuffix Condition="'$(VersionSuffix)'!='' AND '$(BuildNumber)' != ''">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>