Skip to content

Commit 296b251

Browse files
authored
ci: temporarily disable publish pipeline on 0.76-stable (#2242)
1 parent 42a1387 commit 296b251

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.ado/publish.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ extends:
8585
- template: .ado/templates/apple-steps-publish.yml@self
8686
parameters:
8787
build_type: nightly
88+
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '0.76-stable') }}:
89+
- task: CmdLine@2
90+
displayName: "Skip 0.76-stable"
91+
inputs:
92+
script: |
93+
echo "Skipping publish for branch $(Build.SourceBranchName)"
94+
exit 1
8895
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
8996
- template: .ado/templates/apple-steps-publish.yml@self
9097
parameters:

0 commit comments

Comments
 (0)