Exclude Microsoft.AspNetCore.Runtime.SiteExtension from pack (#125)

This commit is contained in:
Pavel Krymets 2017-12-04 11:57:15 -08:00 committed by GitHub
parent f9c4650521
commit 78c8bdbbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<ItemGroup>
<ExcludeFromPack Include="$(RepositoryRoot)src\Microsoft.AspNetCore.AzureAppServices.TestBundle\Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj" />
<ExcludeFromPack Include="$(RepositoryRoot)src\Microsoft.AspNetCore.Runtime.SiteExtension\Microsoft.AspNetCore.Runtime.SiteExtension.csproj" />
<ExcludeFromTest
Condition="'$(AntaresTests)' != ''"