Correct difference in source-build pipeline pool references

This commit is contained in:
Michael Simons 2022-03-14 09:18:08 -05:00
parent 61d316d9df
commit 146dc6feac

View file

@ -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: