try download artifacts task @2

This commit is contained in:
rachguo
2023-07-12 14:25:46 -07:00
parent 4e86c3c7fb
commit b3d6d8e367
@@ -149,11 +149,13 @@ jobs:
# TODO: Download artifacts from the onnxruntime-ios-packaging pipeline artifacts folder
- task: DownloadPipelineArtifact@0
# Download artifacts from a specific pipeline.
- task: DownloadPipelineArtifact@2
inputs:
pipelineId: '326908' #The specific pipeline to download from.
artifactName: 'ios_packaging_artifacts' # string. Required. The name of artifact to download. Default: drop.
targetPath: "$(Build.ArtifactStagingDirectory)" # string. Required. Path to download to.
buildType: 'normal'
definition: 995
buildVersionToDownload: 'latest'
targetPath: '$(Build.ArtifactStagingDirectory)'
- script: |
set -e -x