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 42a1387 commit 296b251Copy full SHA for 296b251
.ado/publish.yml
@@ -85,6 +85,13 @@ 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