Skip to content

Commit 17c8289

Browse files
committed
AZP/RELEASE: temporarily skip non-UCXX stages for Phase 3 iteration
GitHubDraft + Build stages skipped while iterating on UCXX_build. Restore conditions before merge.
1 parent 5750852 commit 17c8289

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildlib/azure-pipelines-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ stages:
133133
134134
135135
- stage: GitHubDraft
136-
condition: eq(dependencies.Prepare.outputs['CheckRelease.Result.Launch'], 'True')
136+
condition: false # temp: skip non-UCXX stage for Phase 3 iteration; restore before merge
137137
dependsOn: Prepare
138138
jobs:
139139
- template: az-github-draft.yml
@@ -154,7 +154,7 @@ stages:
154154
dependsOn:
155155
- Prepare
156156
- GitHubDraft
157-
condition: eq(dependencies.Prepare.outputs['CheckRelease.Result.Launch'], 'True')
157+
condition: false # temp: skip non-UCXX stage for Phase 3 iteration; restore before merge
158158
jobs:
159159
- template: az-distro-release.yml
160160
parameters:

0 commit comments

Comments
 (0)