Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Migrate to DownloadPipelineArtifact@2 task #2275

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletions ci/setup-common.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of OpenOrienteering.

# Copyright 2019-2021 Kai Pastor
# Copyright 2019-2021, 2024 Kai Pastor
#
# Redistribution and use is allowed according to the terms of the BSD license:
#
Expand Down Expand Up @@ -57,9 +57,14 @@ steps:
env | sort
displayName: 'Update environment'

- task: DownloadPipelineArtifact@0
- task: DownloadPipelineArtifact@2
inputs:
pipelineId: $(openorienteering.superbuild.buildId)
buildType: 'specific'
project: $(System.TeamProjectId)
buildVersionToDownload: 'specific'
pipelineId: 2865
# pipelineId: $(openorienteering.superbuild.buildId)
definition: 1
artifactName: 'superbuild-$(SUPBERBUILD_IMAGE_NAME)$(OUTPUT_SUFFIX)'
targetPath: $(SUPERBUILD_INSTALL_DIR)
displayName: 'Download superbuild artifacts'
Expand Down
Loading