We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c11e72b + 31f77fc commit 0ca1a39Copy full SHA for 0ca1a39
1 file changed
publish.yml
@@ -46,7 +46,7 @@ extends:
46
project: 'Monaco'
47
definition: '647'
48
buildVersionToDownload: 'latestFromBranch'
49
- branchName: 'refs/heads/main'
+ branchName: '$(Build.SourceBranch)'
50
artifactName: 'prebuilds-$(Build.SourceVersion)'
51
targetPath: 'prebuilds'
52
- pwsh: |
@@ -69,7 +69,7 @@ extends:
69
70
71
72
73
74
75
- bash: chmod +x prebuilds/darwin-*/spawn-helper
0 commit comments