Skip to content

Commit 8e8d42e

Browse files
committed
Revert move to VS2019.Pre queues
This reverts part of commit b67d161 - was "[release/5.0-preview5] Update dependencies from dotnet/aspnetcore-tooling (#21710)"
1 parent aeced21 commit 8e8d42e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,16 @@ jobs:
104104
${{ if eq(parameters.agentOs, 'Windows') }}:
105105
${{ if eq(variables['System.TeamProject'], 'public') }}:
106106
name: NetCorePublic-Pool
107-
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
107+
${{ if ne(parameters.isTestingJob, true) }}:
108+
# Visual Studio Build Tools
109+
queue: BuildPool.Server.Amd64.VS2019.BT.Open
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.Server.Amd64.VS2019.Open
108113
${{ if eq(variables['System.TeamProject'], 'internal') }}:
109114
name: NetCoreInternal-Pool
110115
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
111-
queue: BuildPool.Windows.10.Amd64.VS2019.Pre
116+
queue: BuildPool.Server.Amd64.VS2019
112117
variables:
113118
- AgentOsName: ${{ parameters.agentOs }}
114119
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)