Skip to content

Commit 74d0cc1

Browse files
committed
Update SignCheckExclusionsFile.txt syntax but disable signing validation for now
- validation may have other bugs and we should investigate separately
1 parent 0574504 commit 74d0cc1

File tree

3 files changed

+16577
-7
lines changed

3 files changed

+16577
-7
lines changed

.azure/pipelines/ci.yml

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

eng/SignCheckExclusionsFile.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
content/**/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-
*.otf;; We do not sign font files.
5-
*.ttf;;
6-
WixUIWixca;*.msi; We do not sign WiX content in our installers.
7-
WixDepCA;*.msi;
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.

0 commit comments

Comments
 (0)