Use BuildTools internally too

- BuildPool.Server.Amd64.VS2019.BT in particular (for non-testing jobs)
This commit is contained in:
Doug Bunting 2020-04-08 19:12:45 -07:00
parent e7df020906
commit 0483e2db95
1 changed files with 4 additions and 2 deletions

View File

@ -112,8 +112,10 @@ jobs:
queue: BuildPool.Server.Amd64.VS2019.Open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCoreInternal-Pool
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
queue: BuildPool.Server.Amd64.VS2019
${{ if ne(parameters.isTestingJob, true) }}:
queue: BuildPool.Server.Amd64.VS2019.BT
${{ if eq(parameters.isTestingJob, true) }}:
queue: BuildPool.Server.Amd64.VS2019
variables:
- AgentOsName: ${{ parameters.agentOs }}
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping