Skip to content

Commit b8336d3

Browse files
authored
ci: remove special case for 0.76-stable (#2250)
2 parents 9b24553 + 1b0738a commit b8336d3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.ado/publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,6 @@ 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
9588
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
9689
- template: .ado/templates/apple-steps-publish.yml@self
9790
parameters:

0 commit comments

Comments
 (0)