Skip to content

Commit 7f8eb2c

Browse files
dougbuulisesh
andauthored
[release/3.1] Use new Hosted build pools (#37161)
- `cherry-pick` of f4cc3c0 Co-authored-by: Ulises Hernandez <[email protected]>
1 parent 60fda15 commit 7f8eb2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ jobs:
9494
vmImage: ubuntu-18.04
9595
${{ if eq(parameters.agentOs, 'Windows') }}:
9696
${{ if eq(variables['System.TeamProject'], 'public') }}:
97-
name: NetCorePublic-Pool
97+
name: NetCore1ESPool-Svc-Public
9898
${{ if ne(parameters.isTestingJob, true) }}:
9999
# Visual Studio Build Tools
100-
queue: BuildPool.Server.Amd64.VS2019.BT.Open
100+
demands: ImageOverride -equals Build.Server.Amd64.VS2019.BT.Open
101101
${{ if eq(parameters.isTestingJob, true) }}:
102102
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
103-
queue: BuildPool.Server.Amd64.VS2019.Open
103+
demands: ImageOverride -equals Build.Server.Amd64.VS2019.Open
104104
${{ if eq(variables['System.TeamProject'], 'internal') }}:
105-
name: NetCoreInternal-Pool
105+
name: NetCore1ESPool-Svc-Internal
106106
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
107-
queue: BuildPool.Server.Amd64.VS2019
107+
demands: ImageOverride -equals Build.Server.Amd64.VS2019
108108
variables:
109109
- AgentOsName: ${{ parameters.agentOs }}
110110
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)