Skip to content

Commit 4f2a0ed

Browse files
authored
Update Azure queues for Linux and MacOS builds (#7231)
- aspnet/AspNetCore-Internal#1717 - use a specific Linux image
1 parent 2764ac6 commit 4f2a0ed

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,17 @@ jobs:
7373
${{ if ne(parameters.poolName, '') }}:
7474
name: ${{ parameters.poolName }}
7575
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'macOS')) }}:
76-
name: Hosted macOS
76+
${{ if eq(variables['System.TeamProject'], 'internal') }}:
77+
name: Hosted Mac Internal
78+
${{ if ne(variables['System.TeamProject'], 'internal') }}:
79+
name: Hosted macOS
7780
vmImage: macOS-10.13
7881
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Linux')) }}:
79-
name: Hosted Ubuntu 1604
80-
vmImage: ubuntu-16.04
82+
${{ if eq(variables['System.TeamProject'], 'internal') }}:
83+
name: dnceng-linux-internal-temp
84+
${{ if ne(variables['System.TeamProject'], 'internal') }}:
85+
name: dnceng-linux-external-temp
86+
vmImage: Linux_Ubuntu_16.04
8187
${{ if and(eq(parameters.poolName, ''), eq(parameters.agentOs, 'Windows')) }}:
8288
${{ if eq(variables['System.TeamProject'], 'internal') }}:
8389
name: dotnet-internal-temp
@@ -160,4 +166,3 @@ jobs:
160166
- task: MicroBuildCleanup@1
161167
displayName: Cleanup MicroBuild tasks
162168
condition: always()
163-

0 commit comments

Comments
 (0)