Skip to content

Commit 7f3e2ac

Browse files
author
John Luo
authored
Use Enterprise Queue to reduce provisioning issues (#11434)
1 parent f6c3f9e commit 7f3e2ac

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,8 @@ jobs:
104104
queue: BuildPool.Windows.10.Amd64.VS2019.Open
105105
${{ if eq(variables['System.TeamProject'], 'internal') }}:
106106
name: NetCoreInternal-Pool
107-
${{ if ne(parameters.isTestingJob, true) }}:
108-
# Visual Studio Build Tools
109-
queue: BuildPool.Windows.10.Amd64.VS2019.BT
110-
${{ if eq(parameters.isTestingJob, true) }}:
111-
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
112-
queue: BuildPool.Windows.10.Amd64.VS2019
107+
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
108+
queue: BuildPool.Windows.10.Amd64.VS2019
113109
variables:
114110
AgentOsName: ${{ parameters.agentOs }}
115111
ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)