Skip to content

Commit 2a8be88

Browse files
committed
Merged PR 99472: [JS SDK]: Exclude files for signing
Updated pipeline.user.windows.yml to exclude files unsignable by Phalanx tool for the official pipeline https://onebranch.visualstudio.com/Pipeline/_wiki/wikis/Pipeline.wiki/2350/Code-Sign-Validation?anchor=codesign-validation-glob-pattern "Important! The tool that enforces code signing (Phalanx ) only supports file extensions that are in scope for C+AI code sign validation: executables (.exe), libraries (.dll) and scripts such as PowerShell. It does not support other signable file extensions such as packages (.cab) for instance. Ensure that your glob pattern does not include file extensions other than the ones listed above."
1 parent d1511cc commit 2a8be88

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pipelines/pipeline.user.windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ artifact_publish_options:
1616
# Enable signing on all declared artifacts.
1717
signing_options:
1818
profile: 'external_distribution'
19+
codesign_validation_glob_pattern: 'regex|.+(?:exe|dll)$;-|*.nd.dll;-|.gdn\\**'
1920

2021
static_analysis_options:
2122
moderncop_options:

0 commit comments

Comments
 (0)