Skip to content

Commit

Permalink
Skip RNM publish for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Aug 29, 2024
1 parent 24592b4 commit c441193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ extends:
- template: .ado/templates/apple-steps-publish.yml@self
parameters:
build_type: nightly
- ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
- template: .ado/templates/apple-steps-publish.yml@self
parameters:
build_type: release
# - ${{ elseif endsWith(variables['Build.SourceBranchName'], '-stable') }}:
# - template: .ado/templates/apple-steps-publish.yml@self
# parameters:
# build_type: release
- ${{ else }}:
- task: CmdLine@2
displayName: Unknown branch, skipping publish
Expand Down

0 comments on commit c441193

Please sign in to comment.