Skip to content

Commit

Permalink
Merge pull request #246 from MattGal/main-publicPoolNames
Browse files Browse the repository at this point in the history
Update public pool name and images
  • Loading branch information
baronfel authored Nov 17, 2022
2 parents 7b02326 + 97bc872 commit 332017a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ stages:
# For public or PR jobs, use the hosted pool. For internal jobs use the internal pool.
# Will eventually change this to two BYOC pools.
${{ if ne(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019.Open
name: NetCore-Public
demands: ImageOverride -equals windows.vs2019.amd64.open
${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2019
demands: ImageOverride -equals windows.vs2019.amd64
variables:
- name: _RID
value: win-x86
Expand Down

0 comments on commit 332017a

Please sign in to comment.