Skip to content

Commit 2506ca0

Browse files
authored
[ci] Fix azure pipeline DownloadPipelineArtifact source branch (#514)
We should use 202012 branch to download sonic-buildimage.vs
1 parent 83d3351 commit 2506ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/build-docker-sonic-vs-template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
pipeline: 1
5252
artifact: sonic-buildimage.vs
5353
runVersion: 'latestFromBranch'
54-
runBranch: 'refs/heads/master'
54+
runBranch: 'refs/heads/202012'
5555
displayName: "Download sonic buildimage"
5656
- script: |
5757
echo $(Build.DefinitionName).$(Build.BuildNumber)

0 commit comments

Comments
 (0)