Skip to content

Commit

Permalink
Use public pools for PR builds (#7384)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadNedzlek authored May 12, 2021
1 parent 57707a9 commit bf714ea
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ stages:
timeoutInMinutes: 90
pool:
${{ if eq(variables._RunAsPublic, True) }}:
name: NetCorePublic-Pool
queue: BuildPool.Server.Amd64.VS2017.Arcade.Open
vmImage: windows-latest
${{ if eq(variables._RunAsInternal, True) }}:
name: NetCoreInternal-Pool
queue: BuildPool.Server.Amd64.VS2017.Arcade
Expand All @@ -71,8 +70,7 @@ stages:
- job: Linux
container: LinuxContainer
pool:
name: NetCorePublic-Pool
queue: BuildPool.Ubuntu.1604.Amd64.Arcade.Open
vmImage: ubuntu-latest
strategy:
matrix:
Build_Debug:
Expand Down

0 comments on commit bf714ea

Please sign in to comment.