From ed6ca535218e4c3f7f644ebc61db1792567e92ca Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:48:53 -0700 Subject: [PATCH] Revert "Use BuildTools internally too" - internal builds now fail with `##[error]The remote provider was unable to process the request.` This reverts commit 0483e2db95d2c953a872f89ca438fec019f44787. --- .azure/pipelines/jobs/default-build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.azure/pipelines/jobs/default-build.yml b/.azure/pipelines/jobs/default-build.yml index 1d903c765c..a57bf80032 100644 --- a/.azure/pipelines/jobs/default-build.yml +++ b/.azure/pipelines/jobs/default-build.yml @@ -112,10 +112,8 @@ jobs: queue: BuildPool.Server.Amd64.VS2019.Open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: NetCoreInternal-Pool - ${{ if ne(parameters.isTestingJob, true) }}: - queue: BuildPool.Server.Amd64.VS2019.BT - ${{ if eq(parameters.isTestingJob, true) }}: - queue: BuildPool.Server.Amd64.VS2019 + # Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing + 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