We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7df020 commit 0483e2dCopy full SHA for 0483e2d
.azure/pipelines/jobs/default-build.yml
@@ -112,8 +112,10 @@ jobs:
112
queue: BuildPool.Server.Amd64.VS2019.Open
113
${{ if eq(variables['System.TeamProject'], 'internal') }}:
114
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
+ ${{ if ne(parameters.isTestingJob, true) }}:
+ queue: BuildPool.Server.Amd64.VS2019.BT
117
+ ${{ if eq(parameters.isTestingJob, true) }}:
118
+ queue: BuildPool.Server.Amd64.VS2019
119
variables:
120
- AgentOsName: ${{ parameters.agentOs }}
121
- ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping
0 commit comments