Skip to content

Commit e5e906e

Browse files
authoredApr 4, 2025
Update publish-nuget.yml to correct feed. (#24299)
### Description Since we are no longer supporting cuda 11, we want to update the `publish-nuget.ym`l to the correct feed. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent a28da4b commit e5e906e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tools/ci_build/github/azure-pipelines/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ parameters:
2121
variables:
2222
- name: ArtifactFeed
2323
${{ if eq(parameters.isReleaseBuild, false) }}:
24-
value: ort-cuda-11-nightly
24+
value: ORT-Nightly
2525
${{ else }}:
26-
value: onnxruntime-cuda-11
26+
value: onnxruntime-cuda-12
2727
extends:
2828
# The pipeline extends the 1ES PT which will inject different SDL and compliance tasks.
2929
# For non-production pipelines, use "Unofficial" as defined below.

0 commit comments

Comments
 (0)