This commit is contained in:
rachguo
2023-07-12 13:52:12 -07:00
parent 0660d2b9a7
commit 9a18dd9782
@@ -150,10 +150,10 @@ 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 - task: DownloadPipelineArtifact@0
inputs: inputs:
pipelineId: '995' #The specific pipeline to download from. pipelineId: '995' #The specific pipeline to download from.
artifactName: 'ios_packaging_artifacts' # string. Required. The name of artifact to download. Default: drop. artifactName: 'ios_packaging_artifacts' # string. Required. The name of artifact to download. Default: drop.
targetPath: "$(Build.ArtifactStagingDirectory)" # string. Required. Path to download to. targetPath: "$(Build.ArtifactStagingDirectory)" # string. Required. Path to download to.
- script: | - script: |
set -e -x set -e -x