Exclude Microsoft.AspNetCore.Runtime.SiteExtension from pack (#125)
This commit is contained in:
parent
f9c4650521
commit
78c8bdbbef
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ExcludeFromPack Include="$(RepositoryRoot)src\Microsoft.AspNetCore.AzureAppServices.TestBundle\Microsoft.AspNetCore.AzureAppServices.TestBundle.csproj" />
|
<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
|
<ExcludeFromTest
|
||||||
Condition="'$(AntaresTests)' != ''"
|
Condition="'$(AntaresTests)' != ''"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue