Skip to content

Commit

Permalink
feat: package on rc branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyshang committed Nov 21, 2020
1 parent d6c8076 commit c35f0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ stages:
- stage: release
displayName: Release Binaries
condition: eq(variables['build.sourceBranch'], 'refs/heads/master')
condition: startsWith(variables['build.sourceBranch'], 'refs/heads/rc')
jobs:
- job: release_mac
displayName: Release macOS
Expand Down

0 comments on commit c35f0d0

Please sign in to comment.