Skip to content

Commit f7dc5e2

Browse files
authored
Switch to 1ES R&D Pools on main (#36820)
1 parent 0cadb8c commit f7dc5e2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,24 +107,24 @@ jobs:
107107
vmImage: ubuntu-18.04
108108
${{ if eq(parameters.useHostedUbuntu, false) }}:
109109
${{ 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
112112
${{ 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
115115
${{ if eq(parameters.agentOs, 'Windows') }}:
116116
${{ if eq(variables['System.TeamProject'], 'public') }}:
117-
name: NetCorePublic-Pool
117+
name: NetCore1ESPool-Public
118118
${{ if ne(parameters.isTestingJob, true) }}:
119119
# Visual Studio Build Tools
120-
queue: BuildPool.Server.Amd64.VS2019.BT.Open
120+
demands: ImageOverride -equals Build.Server.Amd64.VS2019.BT.Open
121121
${{ if eq(parameters.isTestingJob, true) }}:
122122
# 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
124124
${{ if eq(variables['System.TeamProject'], 'internal') }}:
125-
name: NetCoreInternal-Pool
125+
name: NetCore1ESPool-Internal
126126
# 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
128128
${{ if ne(parameters.container, '') }}:
129129
container: ${{ parameters.container }}
130130
variables:

0 commit comments

Comments
 (0)