fix
This commit is contained in:
@@ -150,10 +150,10 @@ jobs:
|
||||
# TODO: Download artifacts from the onnxruntime-ios-packaging pipeline artifacts folder
|
||||
|
||||
- task: DownloadPipelineArtifact@0
|
||||
inputs:
|
||||
pipelineId: '995' #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.
|
||||
inputs:
|
||||
pipelineId: '995' #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.
|
||||
|
||||
- script: |
|
||||
set -e -x
|
||||
|
||||
Reference in New Issue
Block a user