Skip to content

Commit

Permalink
azure-pipelines.yml: use libiio v0.25 debs for linux builds
Browse files Browse the repository at this point in the history
Signed-off-by: Cristina Suteu <[email protected]>
  • Loading branch information
cristina-suteu committed Sep 18, 2023
1 parent d60dc51 commit 2acbb73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ trigger:
- master
- staging/*
- 20*
- fix-azure-ci
tags:
include:
- v*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2acbb73

Please sign in to comment.