Skip to content

Commit 3664aa1

Browse files
committed
Merged PR 99766: [JS SDK]: Excluded .gdn directory from everywhere for signing
Added ** before .gdn in the glob pattern to exclude .gdn from everywhere for signing
1 parent 40677fa commit 3664aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/pipeline.user.windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +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\\**'
19+
codesign_validation_glob_pattern: 'regex|.+(?:exe|dll)$;-|*.nd.dll;-|**\\.gdn\\**'
2020

2121
static_analysis_options:
2222
moderncop_options:

0 commit comments

Comments
 (0)