Merge in 'release/2.2' changes

This commit is contained in:
dotnet-bot 2018-11-17 01:18:29 +00:00
commit 1302590dc8
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@
<ItemGroup>
<ExcludeFromPack Include="$(RepositoryRoot)src\Microsoft.Web.Xdt.Extensions\*.csproj" />
<SignCheckExclusionsFile>$(RepositoryRoot)eng\signcheck.exclusions.txt</SignCheckExclusionsFile>
</ItemGroup>
</Project>

View File

@ -0,0 +1 @@
content/sdk/*/AppHostTemplate/apphost.exe;AspNetCoreRuntime.*.nupkg; Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it.