From b4f59d0e268c9d5a8ae1c0b5cb5740372e3b7983 Mon Sep 17 00:00:00 2001 From: Yaqiang Zhu Date: Tue, 7 Jan 2025 00:08:41 +0800 Subject: [PATCH] [202311] Install corresponding dependency libs from 2002311 for PR check (#58) --- .azure-pipelines/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/build.yml b/.azure-pipelines/build.yml index 5fedf57..49c344b 100644 --- a/.azure-pipelines/build.yml +++ b/.azure-pipelines/build.yml @@ -66,7 +66,7 @@ jobs: project: build pipeline: Azure.sonic-buildimage.common_libs runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202311' path: $(Build.ArtifactStagingDirectory)/download ${{ if eq(parameters.arch, 'amd64') }}: artifact: common-lib @@ -91,7 +91,7 @@ jobs: ${{ else }}: artifact: sonic-swss-common.${{ parameters.arch }} runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/202311' path: '$(Build.SourcesDirectory)/sonic-swss-common' displayName: "Download sonic swss common deb packages" - script: |