We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d124c37 commit 1b0738aCopy full SHA for 1b0738a
.ado/publish.yml
@@ -85,13 +85,6 @@ extends:
85
- template: .ado/templates/apple-steps-publish.yml@self
86
parameters:
87
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
95
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
96
97
0 commit comments