We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d60f8 commit 7cf381dCopy full SHA for 7cf381d
.azure/pipelines/jobs/default-build.yml
@@ -105,10 +105,10 @@ jobs:
105
${{ if eq(parameters.useHostedUbuntu, false) }}:
106
${{ if eq(variables['System.TeamProject'], 'public') }}:
107
name: NetCorePublic-Pool
108
- queue: Ubuntu.1804.Amd64.Open
+ queue: BuildPool.Ubuntu.1604.Amd64.Open
109
${{ if eq(variables['System.TeamProject'], 'internal') }}:
110
name: NetCoreInternal-Pool
111
- queue: Ubuntu.1804.Amd64
+ queue: BuildPool.Ubuntu.1604.Amd64
112
${{ if eq(parameters.agentOs, 'Windows') }}:
113
114
0 commit comments