Skip to content

Commit

Permalink
Redo (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfortescue authored Nov 23, 2021
1 parent 5abf1cb commit 8a4b284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ stages:
- job: Windows
pool:
${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Public
name: NetCore1ESPool-Svc-Public
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017.Open
${{ if ne(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Internal
name: NetCore1ESPool-Svc-Internal
demands: ImageOverride -equals Build.Windows.10.Amd64.VS2017
variables:
- name: _HelixBuildConfig
Expand Down

0 comments on commit 8a4b284

Please sign in to comment.