Skip to content

Commit

Permalink
update buildint ort url
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed Apr 29, 2024
1 parent 729f8c6 commit fceb298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pipelines/stages/jobs/steps/capi-linux-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- ${{ else }}:
- bash: |
set -e -x
azcopy copy --recursive "https://lotusscus.blob.core.windows.net/tmp/ort/$(os)/$(ep)" '$(Build.Repository.LocalPath)/tmp_ort'
azcopy copy --recursive "https://lotusscus.blob.core.windows.net/tmp/ort/linux/$(ep)" '$(Build.Repository.LocalPath)/tmp_ort'
displayName: 'Download ONNXRuntime'
- task: CopyFiles@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .pipelines/stages/jobs/steps/capi-win-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ steps:
ep: ${{ parameters.ep }}
- ${{ else }}:
- bash: |
azcopy.exe cp --recursive "https://lotusscus.blob.core.windows.net/tmp/ort/$(os)/$(ep)" '$(Build.Repository.LocalPath)/tmp_ort'
azcopy.exe cp --recursive "https://lotusscus.blob.core.windows.net/tmp/ort/win/$(ep)" '$(Build.Repository.LocalPath)/tmp_ort'
displayName: 'Download ONNXRuntime'
- task: CopyFiles@2
inputs:
Expand Down

0 comments on commit fceb298

Please sign in to comment.