Disable API Check in a project with untracked breaking changes

This commit is contained in:
Doug Bunting 2017-03-21 13:07:59 -07:00
parent 2587e08098
commit 9408b5b9de
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>localization</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>