Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
- dotnet/aspnetcore-internal#3540
This commit is contained in:
parent
6f88144513
commit
e984a7e2aa
|
|
@ -49,7 +49,7 @@ jobs:
|
||||||
testResultsFiles: 'artifacts/logs/**/*.trx'
|
testResultsFiles: 'artifacts/logs/**/*.trx'
|
||||||
- job: Host_macOS
|
- job: Host_macOS
|
||||||
pool:
|
pool:
|
||||||
vmImage: macOS-10.13
|
vmImage: macOS-10.14
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 4
|
maxParallel: 4
|
||||||
# The ASP.NET Core 2.1.X templates are incompatible with Node10 on macOS
|
# The ASP.NET Core 2.1.X templates are incompatible with Node10 on macOS
|
||||||
|
|
|
||||||
|
|
@ -73,16 +73,16 @@ jobs:
|
||||||
${{ if ne(parameters.poolName, '') }}:
|
${{ if ne(parameters.poolName, '') }}:
|
||||||
name: ${{ parameters.poolName }}
|
name: ${{ parameters.poolName }}
|
||||||
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'macOS')) }}:
|
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'macOS')) }}:
|
||||||
vmImage: macOS-10.13
|
vmImage: macOS-10.14
|
||||||
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Linux')) }}:
|
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Linux')) }}:
|
||||||
vmImage: ubuntu-16.04
|
vmImage: ubuntu-16.04
|
||||||
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
|
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCorePublic-Pool
|
name: NetCorePublic-Pool
|
||||||
queue: BuildPool.Windows.10.Amd64.VS2017.Open
|
queue: BuildPool.Server.Amd64.VS2017.Open
|
||||||
${{ if ne(variables['System.TeamProject'], 'public') }}:
|
${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCoreInternal-Pool
|
name: NetCoreInternal-Pool
|
||||||
queue: BuildPool.Windows.10.Amd64.VS2017
|
queue: BuildPool.Server.Amd64.VS2017
|
||||||
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