Skip to content

Commit 0bb0201

Browse files
committed
Re-enable signing validation
- #13864 - update exclusions to get them working
1 parent cd7775d commit 0bb0201

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.azure/pipelines/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,5 +590,4 @@ stages:
590590
parameters:
591591
# See https://github.com/dotnet/arcade/issues/2871
592592
enableSymbolValidation: false
593-
enableSigningValidation: false
594593
publishInstallersAndChecksums: true

eng/SignCheckExclusionsFile.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
apphost.exe;; Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it.
2-
.js;; We do not sign JavaScript files.
3-
.binlog;; MSBuild binary logs are not signed though they are sometimes placed where validation thinks they should be.
4-
WixUIWixca|WixDepCA;; We do not sign WiX content in our installers.
1+
*apphost.exe;; Exclude the apphost because this is expected to be code-signed by customers after the SDK modifies it.
2+
*.binlog;; MSBuild binary logs are not signed though they are sometimes placed where validation thinks they should be.
3+
*.js;; We do not sign JavaScript files.
4+
*netfxca|*wixca|*wixdepca|*wixuiwixca;*.msi; We do not sign WiX content in our installers.
5+
*wixstdba.dll;*.exe;

0 commit comments

Comments
 (0)