Skip to content

Commit 85c15a7

Browse files
committed
Downgrade build pool machine queue from VS Preview to non-Preview VS
1 parent 6929b98 commit 85c15a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
3030
${{ if eq(variables['System.TeamProject'], 'public') }}:
3131
name: NetCorePublic-Pool
32-
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
32+
queue: BuildPool.Windows.10.Amd64.VS2019.Open
3333
${{ if eq(variables['System.TeamProject'], 'internal') }}:
3434
name: NetCoreInternal-Pool
35-
queue: buildpool.windows.10.amd64.vs2019.pre
35+
queue: buildpool.windows.10.amd64.vs2019
3636
variables:
3737
# needed for signing
3838
- name: _TeamName

0 commit comments

Comments
 (0)