Skip to content

Commit 7455cd5

Browse files
authored
Fix pet branch used with release (#24228)
1 parent 6c489d5 commit 7455cd5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/azure-pipeline.stable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,7 @@ extends:
103103
project: 'Monaco'
104104
definition: 593
105105
buildVersionToDownload: 'latestFromBranch'
106-
branchName: 'refs/heads/main'
107-
tags: 'v2024.16.0'
106+
branchName: 'refs/heads/release/2024.16'
108107
targetPath: '$(Build.SourcesDirectory)/python-env-tools/bin'
109108
artifactName: 'bin-$(vsceTarget)'
110109
itemPattern: |

0 commit comments

Comments
 (0)