diff --git a/.azure-pipelines/build.yml b/.azure-pipelines/build.yml index a006e76..b854bc6 100644 --- a/.azure-pipelines/build.yml +++ b/.azure-pipelines/build.yml @@ -66,15 +66,15 @@ jobs: project: build pipeline: Azure.sonic-buildimage.common_libs runVersion: 'latestFromBranch' - runBranch: 'refs/heads/202205' + runBranch: 'refs/heads/master' path: $(Build.ArtifactStagingDirectory)/download ${{ if eq(parameters.arch, 'amd64') }}: artifact: common-lib ${{ else }}: artifact: common-lib.${{ parameters.arch }} patterns: | - target/debs/bullseye/libyang-*.deb - target/debs/bullseye/libyang_*.deb + target/debs/buster/libyang-*.deb + target/debs/buster/libyang_*.deb displayName: "Download libyang from common lib" - script: | set -ex @@ -91,7 +91,7 @@ jobs: ${{ else }}: artifact: sonic-swss-common.${{ parameters.arch }} runVersion: 'latestFromBranch' - runBranch: 'refs/heads/202205' + runBranch: 'refs/heads/master' path: '$(Build.SourcesDirectory)/sonic-swss-common' displayName: "Download sonic swss common deb packages" - script: |