Merge in 'release/6.0.1xx' changes
This commit is contained in:
commit
f912ac0f49
1 changed files with 7 additions and 0 deletions
|
@ -45,6 +45,13 @@ stages:
|
||||||
- stage: build
|
- stage: build
|
||||||
jobs:
|
jobs:
|
||||||
- job: Publish_Build_Configuration
|
- job: Publish_Build_Configuration
|
||||||
|
pool:
|
||||||
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
|
name: NetCore1ESPool-Svc-Public
|
||||||
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
|
||||||
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
|
name: NetCore1ESPool-Svc-Internal
|
||||||
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
||||||
steps:
|
steps:
|
||||||
- publish: $(Build.SourcesDirectory)\eng\BuildConfiguration
|
- publish: $(Build.SourcesDirectory)\eng\BuildConfiguration
|
||||||
artifact: BuildConfiguration
|
artifact: BuildConfiguration
|
||||||
|
|
Loading…
Reference in a new issue