Skip to content

Commit

Permalink
Revert "Switch to VS preview pool for public builds (dotnet#50993)"
Browse files Browse the repository at this point in the history
Reverts dotnet#50993, the underlying Azure issue was fixed.

Closes dotnet#50746
  • Loading branch information
akoeplinger committed Apr 12, 2021
1 parent d2cf673 commit 2365f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/xplat-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
# Public Windows Build Pool
${{ if and(or(eq(parameters.osGroup, 'windows'), eq(parameters.hostedOs, 'windows')), eq(variables['System.TeamProject'], 'public')) }}:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
queue: BuildPool.Windows.10.Amd64.VS2019.Open


${{ if eq(parameters.helixQueuesTemplate, '') }}:
Expand Down

0 comments on commit 2365f56

Please sign in to comment.