Skip to content

Commit

Permalink
fix on CUDA 12 nuget pkg publish
Browse files Browse the repository at this point in the history
  • Loading branch information
yf711 committed Jul 19, 2024
1 parent d43fc21 commit 9ccc1ed
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ variables:
value: onnxruntime-cuda-12

stages:
- template: templates/publish-nuget-steps.yml
parameters:
stage_name: 'Publish_NuGet_Package_And_Report'
include_cpu_ep: true
download_artifacts_steps:
- download: build
displayName: 'Download Pipeline Artifact - Signed NuGet Package'
artifact: 'drop-signed-nuget-GPU'
- script: move "$(Pipeline.Workspace)\build\drop-signed-nuget-GPU\*" $(Build.BinariesDirectory)\nuget-artifact\final-package

- template: stages/nuget-cuda-publishing-stage.yml
parameters:
artifact_feed: $(ArtifactFeed)
Expand Down

0 comments on commit 9ccc1ed

Please sign in to comment.