Revert "Use BuildTools internally too"
- internal builds now fail with `##[error]The remote provider was unable to process the request.`
This reverts commit 0483e2db95.
This commit is contained in:
parent
a058acaf9c
commit
ed6ca53521
|
|
@ -112,10 +112,8 @@ jobs:
|
||||||
queue: BuildPool.Server.Amd64.VS2019.Open
|
queue: BuildPool.Server.Amd64.VS2019.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCoreInternal-Pool
|
name: NetCoreInternal-Pool
|
||||||
${{ if ne(parameters.isTestingJob, true) }}:
|
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
||||||
queue: BuildPool.Server.Amd64.VS2019.BT
|
queue: BuildPool.Server.Amd64.VS2019
|
||||||
${{ if eq(parameters.isTestingJob, true) }}:
|
|
||||||
queue: BuildPool.Server.Amd64.VS2019
|
|
||||||
variables:
|
variables:
|
||||||
- AgentOsName: ${{ parameters.agentOs }}
|
- AgentOsName: ${{ parameters.agentOs }}
|
||||||
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
|
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue