Skip to content

Commit

Permalink
ci: temporarily disable publish pipeline on 0.76-stable (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Oct 25, 2024
1 parent 42a1387 commit 296b251
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ extends:
- template: .ado/templates/apple-steps-publish.yml@self
parameters:
build_type: nightly
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '0.76-stable') }}:
- task: CmdLine@2
displayName: "Skip 0.76-stable"
inputs:
script: |
echo "Skipping publish for branch $(Build.SourceBranchName)"
exit 1
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
- template: .ado/templates/apple-steps-publish.yml@self
parameters:
Expand Down

0 comments on commit 296b251

Please sign in to comment.