We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86afc35 commit b3e26bbCopy full SHA for b3e26bb
1 file changed
.azure-pipelines/release.yml
@@ -170,7 +170,9 @@ extends:
170
authSignCertName: '$(esrpAuthSignCertName)'
171
serviceEndpointUrl: '$(esrpEndpointUrl)'
172
folderPath: '$(Build.ArtifactStagingDirectory)\payload'
173
- pattern: '**\*.exe;**\*.dll'
+ pattern: |
174
+ **/*.exe
175
+ **/*.dll
176
useMinimatch: true
177
signConfigType: inlineSignParams
178
inlineOperation: |
@@ -219,7 +221,7 @@ extends:
219
221
220
222
223
folderPath: '$(Build.ArtifactStagingDirectory)\installers'
- pattern: '**\*.exe'
224
+ pattern: '**/*.exe'
225
226
227
0 commit comments