Support tarball builds in public CI (#12658)
This commit is contained in:
parent
76d625236e
commit
c0c7a2d301
1 changed files with 9 additions and 3 deletions
|
@ -2,13 +2,19 @@ trigger: none
|
|||
pr: none
|
||||
resources:
|
||||
pipelines:
|
||||
- pipeline: installer-build-resource
|
||||
- pipeline: dotnet-installer-official-ci-resource
|
||||
source: dotnet-installer-official-ci
|
||||
trigger: true # Run pipeline when any run of dotnet-installer-official-ci completes
|
||||
trigger: true
|
||||
- pipeline: installer-resource
|
||||
source: installer
|
||||
trigger: true
|
||||
|
||||
stages:
|
||||
- stage: build
|
||||
jobs:
|
||||
- template: /src/SourceBuild/Arcade/eng/common/templates/job/source-build-run-tarball-build.yml
|
||||
parameters:
|
||||
tarballResourceId: installer-build-resource
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
tarballResourceId: installer-resource
|
||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||
tarballResourceId: dotnet-installer-official-ci-resource
|
||||
|
|
Loading…
Add table
Reference in a new issue