Skip to content

Commit 5c321e3

Browse files
Apply suggestions from code review
Co-authored-by: Matthew John Cheetham <mjcheetham@outlook.com>
1 parent c6ad8f5 commit 5c321e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ parameters:
4646
- id: windows_arm64
4747
jobName: 'Windows (ARM64)'
4848
runtime: win-arm64
49-
pool: GitClientPME-1ESHostedPool-intel-pc
50-
image: win-x86_64-ado1es
49+
pool: GitClientPME-1ESHostedPool-arm64-pc
50+
image: win-arm64-ado1es
5151
os: windows
5252

5353
- name: macos_matrix
@@ -207,7 +207,7 @@ extends:
207207
--no-dependencies `
208208
-p:NoLayout=true `
209209
-p:PayloadPath="$(Build.ArtifactStagingDirectory)\payload" `
210-
-p:OutputPath="$(Build.ArtifactStagingDirectory)\installers"
210+
-p:OutputPath="$(Build.ArtifactStagingDirectory)\installers" `
211211
-p:RuntimeIdentifier="${{ dim.runtime }}"
212212
- task: EsrpCodeSigning@5
213213
condition: and(succeeded(), eq('${{ parameters.esrp }}', true))

0 commit comments

Comments
 (0)