From e4249dade09f5c9772d3665d6af09de9997888fd Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Mon, 19 Nov 2018 08:42:21 -0800 Subject: [PATCH] Fix the SiteExtension signing exclusion --- src/SiteExtensions/eng/signcheck.exclusions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SiteExtensions/eng/signcheck.exclusions.txt b/src/SiteExtensions/eng/signcheck.exclusions.txt index 4f16d97025..77d94eceda 100644 --- a/src/SiteExtensions/eng/signcheck.exclusions.txt +++ b/src/SiteExtensions/eng/signcheck.exclusions.txt @@ -1 +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. +content/store/*/apphost.exe;Microsoft.AspNetCore.AzureAppServices.SiteExtension.*.nupkg; Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it.