Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@ parameters:
jobName: 'Windows (x86)'
runtime: win-x86
pool: GitClientPME-1ESHostedPool-intel-pc
poolArch: amd64
image: win-x86_64-ado1es
os: windows
- id: windows_x64
jobName: 'Windows (x64)'
runtime: win-x64
pool: GitClientPME-1ESHostedPool-intel-pc
poolArch: amd64
image: win-x86_64-ado1es
os: windows
- id: windows_arm64
jobName: 'Windows (ARM64)'
runtime: win-arm64
pool: GitClientPME-1ESHostedPool-arm64-pc
poolArch: arm64
image: win-arm64-ado1es
os: windows

Expand All @@ -73,12 +76,14 @@ parameters:
jobName: 'Linux (x64)'
runtime: linux-x64
pool: GitClientPME-1ESHostedPool-intel-pc
poolArch: amd64
image: ubuntu-x86_64-ado1es
os: linux
- id: linux_arm64
jobName: 'Linux (ARM64)'
runtime: linux-arm64
pool: GitClientPME-1ESHostedPool-arm64-pc
poolArch: arm64
image: ubuntu-arm64-ado1es
os: linux

Expand Down Expand Up @@ -121,6 +126,7 @@ extends:
name: ${{ dim.pool }}
image: ${{ dim.image }}
os: ${{ dim.os }}
hostArchitecture: ${{ dim.poolArch }}
templateContext:
outputs:
- output: pipelineArtifact
Expand Down Expand Up @@ -551,6 +557,7 @@ extends:
name: ${{ dim.pool }}
image: ${{ dim.image }}
os: ${{ dim.os }}
hostArchitecture: ${{ dim.poolArch }}
templateContext:
outputs:
- output: pipelineArtifact
Expand Down
Loading