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