Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Jan 2, 2024
1 parent 4720f98 commit 1abe905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ stages:
arguments: $(Build.SourcesDirectory)\onnxruntime $(Build.ArtifactStagingDirectory)\onnxruntime-win-x64-gpu-$(OnnxRuntimeVersion).zip $(Build.SourcesDirectory)\onnxruntime-inference-examples\c_cxx\squeezenet
workingFolder: '$(Build.ArtifactStagingDirectory)'
env:
ONNX_MODEL_URL: 'C:\local\models\zoo\opset8\SqueezeNet 1.0\model.onnx'
ONNX_MODEL_URL: "C:\local\models\zoo\opset8\SqueezeNet 1.0\model.onnx"

- task: PublishPipelineArtifact@0
displayName: 'Publish Pipeline Combined GPU Package Artifact'
Expand Down

0 comments on commit 1abe905

Please sign in to comment.