Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,9 @@ stages:
${{ if ne(parameters.linuxAmd64Pool, '') }}:
${{ parameters.linuxAmd64Pool }}
${{ elseif eq(variables['System.TeamProject'], parameters.publicProjectName) }}:
vmImage: $(defaultLinuxAmd64PoolImage)
name: $(linuxAmd64PublicPoolName)
demands: ImageOverride -equals $(linuxAmd64PublicPoolImage)
os: linux
${{ elseif eq(variables['System.TeamProject'], parameters.internalProjectName) }}:
name: $(linuxAmd64InternalPoolName)
image: $(linuxAmd64InternalPoolImage)
Expand Down
4 changes: 4 additions & 0 deletions eng/docker-tools/templates/variables/dotnet/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ variables:

- name: linuxAmd64InternalPoolImage
value: 1es-ubuntu-2204
- name: linuxAmd64PublicPoolImage
value: Azure-Linux-3-Amd64-Public
- name: linuxAmd64PublicPoolName
value: NetCore-Public
- name: linuxAmd64InternalPoolName
value: NetCore1ESPool-Internal

Expand Down
Loading