Skip to content

Commit c35f0d0

Browse files
committed
feat: package on rc branch
1 parent d6c8076 commit c35f0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ stages:
9292
9393
- stage: release
9494
displayName: Release Binaries
95-
condition: eq(variables['build.sourceBranch'], 'refs/heads/master')
95+
condition: startsWith(variables['build.sourceBranch'], 'refs/heads/rc')
9696
jobs:
9797
- job: release_mac
9898
displayName: Release macOS

0 commit comments

Comments
 (0)