From c7e0d50c74096c85737a0a447a33d7eaaf97a209 Mon Sep 17 00:00:00 2001 From: Qi Luo Date: Tue, 4 Oct 2022 14:16:56 -0700 Subject: [PATCH] [ci]: Fix the wrong branch in build step "Download sonic-buildimage.vs artifact" (#12272) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eef7f93a3db1..e3b04eaac037 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -101,7 +101,7 @@ stages: pipeline: 9 artifact: sonic-swss-common.amd64.ubuntu20_04 runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202012' displayName: "Download sonic swss common deb packages" - task: DownloadPipelineArtifact@2