Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 15, 2026

Description

Cleaned up the CUDA 13 nuget packaging pipeline by removing unused parameters and making it CUDA 13 specific:

  • Removed unused parameters: NugetPackageSuffix, AdditionalBuildFlag, QnnSdk
  • Removed CUDA 12.8 from supported versions (pipeline filename explicitly indicates CUDA 13 only)
  • Simplified variables section by eliminating conditional logic for CUDA 12.8

Motivation and Context

The pipeline inherited parameters from the base template that were never referenced in any stages. Additionally, the pipeline was named for CUDA 13 but allowed CUDA 12.8 selection, creating inconsistency. These changes improve maintainability and align the pipeline behavior with its stated purpose.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Add a new pipeline for CUDA 13 Nuget builds Remove unused parameters and CUDA 12.8 support from CUDA 13 pipeline Jan 15, 2026
Copilot AI requested a review from eserscor January 15, 2026 19:49
@eserscor eserscor marked this pull request as ready for review January 15, 2026 19:50
@eserscor eserscor merged commit 875535d into dev/erscor/2026/1/15-cuda13-pipeline Jan 15, 2026
1 check passed
@eserscor eserscor deleted the copilot/sub-pr-27023 branch January 15, 2026 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants