Skip to content

Commit d99e7fe

Browse files
authored
Merge pull request #21806 from dotnet-maestro-bot/merge/release/5.0-preview5-to-master
2 parents 17c90a7 + b67d161 commit d99e7fe

File tree

5 files changed

+198
-200
lines changed

5 files changed

+198
-200
lines changed

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

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

0 commit comments

Comments
 (0)