Enable public tarball CI (#12586)
This commit is contained in:
parent
c603008d19
commit
9a65036f1e
1 changed files with 5 additions and 2 deletions
|
@ -3,8 +3,11 @@ pr: none
|
|||
resources:
|
||||
pipelines:
|
||||
- pipeline: installer-build-resource
|
||||
source: dotnet-installer-official-ci
|
||||
trigger: true # Run pipeline when any run of dotnet-installer-official-ci completes
|
||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||
source: installer
|
||||
${{ if ne(variables['System.TeamProject'], 'public') }}:
|
||||
source: dotnet-installer-official-ci
|
||||
trigger: true # Run pipeline when any run of installer CI completes
|
||||
|
||||
stages:
|
||||
- stage: build
|
||||
|
|
Loading…
Reference in a new issue