Skip to content

Commit

Permalink
Switch to VS2019 BuildPool (#27427)
Browse files Browse the repository at this point in the history
  • Loading branch information
VSadov authored and jkotas committed Oct 25, 2019
1 parent 168a79e commit cea2bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/xplat-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
# Official Build Windows Pool
${{ if and(eq(parameters.osGroup, 'Windows_NT'), ne(variables['System.TeamProject'], 'public')) }}:
name: NetCoreInternal-Pool
queue: BuildPool.Windows.10.Amd64.VS2017
queue: BuildPool.Windows.10.Amd64.VS2019

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

workspace:
clean: all
Expand Down

0 comments on commit cea2bba

Please sign in to comment.