diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f0370684..4bf3743b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,6 +10,7 @@ trigger: - master - staging/* - 20* + - fix-azure-ci tags: include: - v* @@ -56,7 +57,7 @@ stages: pipeline: $(libiioPipelineId) artifact: '$(artifactName)' runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/main' path: '$(Agent.BuildDirectory)/s/download/' displayName: 'Get libiio artifacts' - task: DownloadPipelineArtifact@2 @@ -128,7 +129,7 @@ stages: pipeline: $(libiioPipelineId) artifact: '$(artifactName)' runVersion: 'latestFromBranch' - runBranch: 'refs/heads/master' + runBranch: 'refs/heads/main' path: '$(Agent.BuildDirectory)/s/download/' displayName: 'Get libiio artifacts' - task: DownloadPipelineArtifact@2