Skip to content

Commit 0483e2d

Browse files
committed
Use BuildTools internally too
- BuildPool.Server.Amd64.VS2019.BT in particular (for non-testing jobs)
1 parent e7df020 commit 0483e2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,10 @@ jobs:
112112
queue: BuildPool.Server.Amd64.VS2019.Open
113113
${{ if eq(variables['System.TeamProject'], 'internal') }}:
114114
name: NetCoreInternal-Pool
115-
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
116-
queue: BuildPool.Server.Amd64.VS2019
115+
${{ if ne(parameters.isTestingJob, true) }}:
116+
queue: BuildPool.Server.Amd64.VS2019.BT
117+
${{ if eq(parameters.isTestingJob, true) }}:
118+
queue: BuildPool.Server.Amd64.VS2019
117119
variables:
118120
- AgentOsName: ${{ parameters.agentOs }}
119121
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)