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