try download artifacts task @2
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user