Disable api check temporarily to unblock build

This commit is contained in:
Hao Kung 2017-04-19 16:07:23 -07:00
parent 025efe1d6e
commit 6cd487e15f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Microsoft.AspNetCore.Mvc.RouteAttribute</Description>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;aspnetcoremvc</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>