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: |