Skip to content

Commit cea2bba

Browse files
VSadovjkotas
authored andcommitted
Switch to VS2019 BuildPool (#27427)
1 parent 168a79e commit cea2bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/xplat-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ jobs:
7575
# Official Build Windows Pool
7676
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}:
7777
name: NetCoreInternal-Pool
78-
queue: BuildPool.Windows.10.Amd64.VS2017
78+
queue: BuildPool.Windows.10.Amd64.VS2019
7979

8080
# Public Windows Build Pool
8181
${{ if and(eq(parameters.osGroup, 'Windows_NT'), eq(variables['System.TeamProject'], 'public')) }}:
8282
name: NetCorePublic-Pool
83-
queue: BuildPool.Windows.10.Amd64.VS2017.Open
83+
queue: BuildPool.Windows.10.Amd64.VS2019.Open
8484

8585
workspace:
8686
clean: all

0 commit comments

Comments
 (0)