Skip to content

Commit e9e66d8

Browse files
authored
Merge pull request #19676 from dotnet/dougbu/2.1/newer.agents.3540
[release/2.1] Update hosted (AzDO) and BYOC (dnceng) agents used in our builds
2 parents c0e2848 + e984a7e commit e9e66d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.azure/pipelines/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
testResultsFiles: 'artifacts/logs/**/*.trx'
5050
- job: Host_macOS
5151
pool:
52-
vmImage: macOS-10.13
52+
vmImage: macOS-10.14
5353
strategy:
5454
maxParallel: 4
5555
# The ASP.NET Core 2.1.X templates are incompatible with Node10 on macOS

.azure/pipelines/jobs/default-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ jobs:
7373
${{ if ne(parameters.poolName, '') }}:
7474
name: ${{ parameters.poolName }}
7575
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'macOS')) }}:
76-
vmImage: macOS-10.13
76+
vmImage: macOS-10.14
7777
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Linux')) }}:
7878
vmImage: ubuntu-16.04
7979
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
8080
${{ if eq(variables['System.TeamProject'], 'public') }}:
8181
name: NetCorePublic-Pool
82-
queue: BuildPool.Windows.10.Amd64.VS2017.Open
82+
queue: BuildPool.Server.Amd64.VS2017.Open
8383
${{ if ne(variables['System.TeamProject'], 'public') }}:
8484
name: NetCoreInternal-Pool
85-
queue: BuildPool.Windows.10.Amd64.VS2017
85+
queue: BuildPool.Server.Amd64.VS2017
8686
variables:
8787
AgentOsName: ${{ parameters.agentOs }}
8888
ASPNETCORE_TEST_LOG_MAXPATH: "200" # Keep test log file name length low enough for artifact zipping

0 commit comments

Comments
 (0)