зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 797368: Migrate release pipeline to 1espt
Migrate release pipeline to 1espt
This commit is contained in:
Родитель
4bc86f2548
Коммит
7a038008cc
|
@ -0,0 +1,23 @@
|
|||
parameters:
|
||||
- name: rmBranch
|
||||
type: string
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: DominoReleaseManagement
|
||||
type: git
|
||||
name: Domino.ReleaseManagement
|
||||
ref: ${{ parameters.rmBranch }}
|
||||
|
||||
pipelines:
|
||||
- pipeline: BxlRollingPipeline
|
||||
source: '\BuildXL\BuildXL Rolling'
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- main
|
||||
- pipeline: CloudBuild
|
||||
source: 'CloudBuild\ReleaseBuilds\CloudBuild Deploy QBits (YML)'
|
||||
|
||||
extends:
|
||||
template: /pipelines/release/pipeline.yml@DominoReleaseManagement
|
Загрузка…
Ссылка в новой задаче