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 # TODO: Download artifacts from the onnxruntime-ios-packaging pipeline artifacts folder
- task: DownloadPipelineArtifact@0 # Download artifacts from a specific pipeline.
- task: DownloadPipelineArtifact@2
inputs: inputs:
pipelineId: '326908' #The specific pipeline to download from. buildType: 'normal'
artifactName: 'ios_packaging_artifacts' # string. Required. The name of artifact to download. Default: drop. definition: 995
targetPath: "$(Build.ArtifactStagingDirectory)" # string. Required. Path to download to. buildVersionToDownload: 'latest'
targetPath: '$(Build.ArtifactStagingDirectory)'
- script: | - script: |
set -e -x set -e -x