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.
0.76-stable
2 parents 9b24553 + 1b0738a commit b8336d3Copy full SHA for b8336d3
.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