Switch to Windows Server queues
This commit is contained in:
parent
a3960e5d20
commit
6f285dce1d
|
|
@ -97,14 +97,14 @@ jobs:
|
||||||
name: NetCorePublic-Pool
|
name: NetCorePublic-Pool
|
||||||
${{ if ne(parameters.isTestingJob, true) }}:
|
${{ if ne(parameters.isTestingJob, true) }}:
|
||||||
# Visual Studio Build Tools
|
# Visual Studio Build Tools
|
||||||
queue: BuildPool.Windows.10.Amd64.VS2019.BT.Open
|
queue: BuildPool.Server.Amd64.VS2019.BT.Open
|
||||||
${{ if eq(parameters.isTestingJob, true) }}:
|
${{ if eq(parameters.isTestingJob, true) }}:
|
||||||
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
||||||
queue: BuildPool.Windows.10.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
|
||||||
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
# Visual Studio Enterprise - contains some stuff, like SQL Server and IIS Express, that we use for testing
|
||||||
queue: BuildPool.Windows.10.Amd64.VS2019
|
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