From a7c7153f12b379663ac16e1b0d8135ba1623bc8f Mon Sep 17 00:00:00 2001 From: Cristina Suteu Date: Mon, 18 Sep 2023 13:41:43 +0300 Subject: [PATCH] azure-pipelines.yml: use libiio v0.25 debs for linux builds Signed-off-by: Cristina Suteu --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0370684..e41f7980 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ stages: pipeline: $(libiioPipelineId) artifact: '$(artifactName)' runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/v0.25' path: '$(Agent.BuildDirectory)/s/download/' displayName: 'Get libiio artifacts' - task: DownloadPipelineArtifact@2 @@ -128,7 +128,7 @@ stages: pipeline: $(libiioPipelineId) artifact: '$(artifactName)' runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/v0.25' path: '$(Agent.BuildDirectory)/s/download/' displayName: 'Get libiio artifacts' - task: DownloadPipelineArtifact@2