Skip to content

Commit

Permalink
- adds iteration over binaries download in deploy step
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Mar 4, 2024
1 parent 0ec2f61 commit f17b00f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -619,10 +619,11 @@ extends:
- checkout: self
clean: true
submodules: true
- task: DownloadPipelineArtifact@2
inputs:
artifact: Binaries
source: current
- ${{ each distribution in parameters.distributions }}:
- task: DownloadPipelineArtifact@2
inputs:
artifact: Binaries_${{ distribution.jobPrefix }}
source: current
- task: DownloadPipelineArtifact@2
inputs:
artifact: VSCode
Expand Down

0 comments on commit f17b00f

Please sign in to comment.