We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb3b476 commit 86afc35Copy full SHA for 86afc35
1 file changed
.azure-pipelines/release.yml
@@ -530,6 +530,7 @@ extends:
530
serviceEndpointUrl: '$(esrpEndpointUrl)'
531
folderPath: '$(Build.ArtifactStagingDirectory)/payload'
532
pattern: '**\*.exe;**\*.dll'
533
+ useMinimatch: true
534
signConfigType: inlineSignParams
535
inlineOperation: |
536
[
@@ -577,6 +578,7 @@ extends:
577
578
579
folderPath: '$(Build.ArtifactStagingDirectory)/packages'
580
pattern: '**/*'
581
582
583
584
0 commit comments