Skip to content

Commit cb32800

Browse files
committed
!!temporary!! Try BuildPool.Windows.VS2019.Scouting.Open queue
1 parent 26aac40 commit cb32800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ jobs:
106106
name: NetCorePublic-Pool
107107
${{ if ne(parameters.isTestingJob, true) }}:
108108
# Visual Studio Build Tools
109-
queue: BuildPool.Server.Amd64.VS2019.BT.Open
109+
queue: BuildPool.Windows.VS2019.Scouting.Open
110110
${{ if eq(parameters.isTestingJob, true) }}:
111111
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
112-
queue: BuildPool.Server.Amd64.VS2019.Open
112+
queue: BuildPool.Windows.VS2019.Scouting.Open
113113
${{ if eq(variables['System.TeamProject'], 'internal') }}:
114114
name: NetCoreInternal-Pool
115115
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing

0 commit comments

Comments
 (0)