Correct difference in source-build pipeline pool references
This commit is contained in:
parent
61d316d9df
commit
146dc6feac
1 changed files with 2 additions and 4 deletions
|
@ -34,11 +34,9 @@ jobs:
|
|||
dependsOn: ${{ parameters.dependsOn }}
|
||||
pool:
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
name: NetCore1ESPool-Public
|
||||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
|
||||
${{ parameters.poolPublic }}
|
||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||
name: NetCore1ESPool-Internal
|
||||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
|
||||
${{ parameters.poolInternal }}
|
||||
strategy:
|
||||
matrix:
|
||||
CentOS7-Online:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue