We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40677fa commit 3664aa1Copy full SHA for 3664aa1
.pipelines/pipeline.user.windows.yml
@@ -16,7 +16,7 @@ artifact_publish_options:
16
# Enable signing on all declared artifacts.
17
signing_options:
18
profile: 'external_distribution'
19
- codesign_validation_glob_pattern: 'regex|.+(?:exe|dll)$;-|*.nd.dll;-|.gdn\\**'
+ codesign_validation_glob_pattern: 'regex|.+(?:exe|dll)$;-|*.nd.dll;-|**\\.gdn\\**'
20
21
static_analysis_options:
22
moderncop_options:
0 commit comments