@@ -107,24 +107,24 @@ jobs:
107
107
vmImage : ubuntu-18.04
108
108
${{ if eq(parameters.useHostedUbuntu, false) }} :
109
109
${{ if eq(variables['System.TeamProject'], 'public') }} :
110
- name : NetCorePublic-Pool
111
- queue : BuildPool .Ubuntu.1804.Amd64.Open
110
+ name : NetCore1ESPool-Public
111
+ demands : ImageOverride -equals Build .Ubuntu.1804.Amd64.Open
112
112
${{ if eq(variables['System.TeamProject'], 'internal') }} :
113
- name : NetCoreInternal-Pool
114
- queue : BuildPool .Ubuntu.1804.Amd64
113
+ name : NetCore1ESPool-Internal
114
+ demands : ImageOverride -equals Build .Ubuntu.1804.Amd64
115
115
${{ if eq(parameters.agentOs, 'Windows') }} :
116
116
${{ if eq(variables['System.TeamProject'], 'public') }} :
117
- name : NetCorePublic-Pool
117
+ name : NetCore1ESPool-Public
118
118
${{ if ne(parameters.isTestingJob, true) }} :
119
119
# Visual Studio Build Tools
120
- queue : BuildPool .Server.Amd64.VS2019.BT.Open
120
+ demands : ImageOverride -equals Build .Server.Amd64.VS2019.BT.Open
121
121
${{ if eq(parameters.isTestingJob, true) }} :
122
122
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
123
- queue : BuildPool .Server.Amd64.VS2019.Open
123
+ demands : ImageOverride -equals Build .Server.Amd64.VS2019.Open
124
124
${{ if eq(variables['System.TeamProject'], 'internal') }} :
125
- name : NetCoreInternal-Pool
125
+ name : NetCore1ESPool-Internal
126
126
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
127
- queue : BuildPool .Server.Amd64.VS2019
127
+ demands : ImageOverride -equals Build .Server.Amd64.VS2019
128
128
${{ if ne(parameters.container, '') }} :
129
129
container : ${{ parameters.container }}
130
130
variables :
0 commit comments