File tree Expand file tree Collapse file tree 3 files changed +16577
-7
lines changed Expand file tree Collapse file tree 3 files changed +16577
-7
lines changed Original file line number Diff line number Diff line change @@ -590,4 +590,5 @@ stages:
590
590
parameters :
591
591
# See https://github.com/dotnet/arcade/issues/2871
592
592
enableSymbolValidation : false
593
+ enableSigningValidation : false
593
594
publishInstallersAndChecksums : true
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments