Skip to content

Commit

Permalink
remove download-ort-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jchen351 committed May 3, 2024
1 parent 8ff8202 commit 3c7d4f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .pipelines/stages/jobs/steps/capi-linux-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ steps:
echo "ep=$(ep)"
displayName: 'Print Parameters'

#- template: utils/download-ort-build.yml
# parameters:
# ep: ${{ parameters.ep }}
# arch: ${{ parameters.arch }}
# os: 'linux'

- template: utils/download-ort.yml
parameters:
archiveType: 'tgz'
Expand Down
5 changes: 0 additions & 5 deletions .pipelines/stages/jobs/steps/capi-win-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ steps:
echo "target=${{ parameters.target }}"
displayName: 'Print Parameters'

#- template: utils/download-ort-build.yml
# parameters:
# ep: ${{ parameters.ep }}
# arch: ${{ parameters.arch }}
# os: 'win'

- template: utils/download-ort.yml
parameters:
Expand Down

0 comments on commit 3c7d4f2

Please sign in to comment.