Skip to content

Commit b3e26bb

Browse files
committed
fixup! .azure-pipelines/release.yml: add Windows builds
1 parent 86afc35 commit b3e26bb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ extends:
170170
authSignCertName: '$(esrpAuthSignCertName)'
171171
serviceEndpointUrl: '$(esrpEndpointUrl)'
172172
folderPath: '$(Build.ArtifactStagingDirectory)\payload'
173-
pattern: '**\*.exe;**\*.dll'
173+
pattern: |
174+
**/*.exe
175+
**/*.dll
174176
useMinimatch: true
175177
signConfigType: inlineSignParams
176178
inlineOperation: |
@@ -219,7 +221,7 @@ extends:
219221
authSignCertName: '$(esrpAuthSignCertName)'
220222
serviceEndpointUrl: '$(esrpEndpointUrl)'
221223
folderPath: '$(Build.ArtifactStagingDirectory)\installers'
222-
pattern: '**\*.exe'
224+
pattern: '**/*.exe'
223225
useMinimatch: true
224226
signConfigType: inlineSignParams
225227
inlineOperation: |

0 commit comments

Comments
 (0)