Ignore apphost.exe in runtime store (#4073)

This commit is contained in:
Pavel Krymets 2018-11-16 17:17:44 -08:00 committed by GitHub
parent f7c26f9912
commit 5e961e27ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.