We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ad8f5 commit 5c321e3Copy full SHA for 5c321e3
1 file changed
.azure-pipelines/release.yml
@@ -46,8 +46,8 @@ parameters:
46
- id: windows_arm64
47
jobName: 'Windows (ARM64)'
48
runtime: win-arm64
49
- pool: GitClientPME-1ESHostedPool-intel-pc
50
- image: win-x86_64-ado1es
+ pool: GitClientPME-1ESHostedPool-arm64-pc
+ image: win-arm64-ado1es
51
os: windows
52
53
- name: macos_matrix
@@ -207,7 +207,7 @@ extends:
207
--no-dependencies `
208
-p:NoLayout=true `
209
-p:PayloadPath="$(Build.ArtifactStagingDirectory)\payload" `
210
- -p:OutputPath="$(Build.ArtifactStagingDirectory)\installers"
+ -p:OutputPath="$(Build.ArtifactStagingDirectory)\installers" `
211
-p:RuntimeIdentifier="${{ dim.runtime }}"
212
- task: EsrpCodeSigning@5
213
condition: and(succeeded(), eq('${{ parameters.esrp }}', true))
0 commit comments