Skip to content

Commit

Permalink
ci: remove special case for 0.76-stable (#2250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi authored Oct 29, 2024
2 parents 9b24553 + 1b0738a commit b8336d3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,6 @@ 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 b8336d3

Please sign in to comment.