Skip to content

Commit f87e81c

Browse files
authored
Revert changes to default-build.yml
1 parent f7c9e41 commit f87e81c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
name: NetCorePublic-Pool
9898
${{ if ne(parameters.isTestingJob, true) }}:
9999
# Visual Studio Build Tools
100-
queue: BuildPool.Windows.10.Amd64.VS2019.tmp.Open
100+
queue: BuildPool.Server.Amd64.VS2019.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.Windows.10.Amd64.VS2019.tmp.Open
103+
queue: BuildPool.Server.Amd64.VS2019.Open
104104
${{ if eq(variables['System.TeamProject'], 'internal') }}:
105105
name: NetCoreInternal-Pool
106106
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
107-
queue: buildpool.server.amd64.vs2019.pre
107+
queue: BuildPool.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)