Update .vsts-ci.yml

This commit is contained in:
Marc Paine 2022-01-21 10:21:36 -08:00 committed by GitHub
parent cbad87bde1
commit 89a0ef9e98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,10 +48,10 @@ stages:
- job: Publish_Build_Configuration - job: Publish_Build_Configuration
pool: pool:
${{ if eq(variables['System.TeamProject'], 'public') }}: ${{ if eq(variables['System.TeamProject'], 'public') }}:
name: NetCore1ESPool-Svc-Public name: NetCore1ESPool-Public
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
${{ if eq(variables['System.TeamProject'], 'internal') }}: ${{ if eq(variables['System.TeamProject'], 'internal') }}:
name: NetCore1ESPool-Svc-Internal name: NetCore1ESPool-Internal
demands: ImageOverride -equals build.windows.10.amd64.vs2019 demands: ImageOverride -equals build.windows.10.amd64.vs2019
steps: steps:
- publish: $(Build.SourcesDirectory)\eng\BuildConfiguration - publish: $(Build.SourcesDirectory)\eng\BuildConfiguration