Skip to content

Commit 7cf381d

Browse files
authored
Update default-build.yml
1 parent 24d60f8 commit 7cf381d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ jobs:
105105
${{ if eq(parameters.useHostedUbuntu, false) }}:
106106
${{ if eq(variables['System.TeamProject'], 'public') }}:
107107
name: NetCorePublic-Pool
108-
queue: Ubuntu.1804.Amd64.Open
108+
queue: BuildPool.Ubuntu.1604.Amd64.Open
109109
${{ if eq(variables['System.TeamProject'], 'internal') }}:
110110
name: NetCoreInternal-Pool
111-
queue: Ubuntu.1804.Amd64
111+
queue: BuildPool.Ubuntu.1604.Amd64
112112
${{ if eq(parameters.agentOs, 'Windows') }}:
113113
${{ if eq(variables['System.TeamProject'], 'public') }}:
114114
name: NetCorePublic-Pool

0 commit comments

Comments
 (0)