Skip to content

Commit

Permalink
fix model url
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Jan 2, 2024
1 parent 0a10362 commit 0e373a9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ resources:
type: github
endpoint: ort-examples
name: microsoft/onnxruntime-inference-examples
ref: zhanyi/modelurl
- repository: manylinux
type: Github
endpoint: Microsoft
Expand Down Expand Up @@ -617,7 +618,7 @@ stages:

steps:
- checkout: self # due to checkout multiple repos, the root directory is $(Build.SourcesDirectory)/onnxruntime
- checkout: onnxruntime-inference-examples/heads/zhanyi/modelurl # due to checkout multiple repos, the root directory is $(Build.SourcesDirectory)/onnxruntime-inference-examples
- checkout: onnxruntime-inference-examples # due to checkout multiple repos, the root directory is $(Build.SourcesDirectory)/onnxruntime-inference-examples
submodules: false
- script: dir $(Build.SourcesDirectory)
- task: BatchScript@1
Expand Down

0 comments on commit 0e373a9

Please sign in to comment.