Cherry-pick CI/pipeline fixes for rel-1.25.0#28106
Merged
vraspar merged 4 commits intorel-1.25.0from Apr 17, 2026
Merged
Conversation
### Description Modify ADO pipeline feed setup template to be idempotent. ### Motivation and Context ADO pipelines are currently stateful, and feed setup requires modifying files outside of the agent work directories. Previous jobs may have already modified these files in incompatible ways, so always override.
…et.config (#28064) ### Description & Motivation On ADO CI we modify `/NuGet.config` to add an authenticated feed. This trips up some format checks, which mistakenly considers unformatted b/c git reports it as dirty. Scope to just the CWD and below to avoid picking up `/NuGet.config`.
### Description <!-- Describe your changes. --> ### 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. -->
Use internal NPM feed. SDL requirements state that we consume everything in 1ES builds from one internal feed. --------- Co-authored-by: Erik <erscor@microsoft.com>
eserscor
approved these changes
Apr 17, 2026
sanaa-hamel-microsoft
approved these changes
Apr 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This cherry-picks the following commits for the release:
Notes
rel-1.25.0via meta cherry-pick PR FF rel-1.25 to last merge prior to version bump & add first round of cherry picks #28035 (skipped).tools/ci_build/github/linux/build_webgpu_plugin_package.shwas removed during cherry-pick. This file was created by PR Add webgpu plugin EP pipeline #27841 (Add webgpu plugin EP pipeline), which merged after the release branch cut and is not part of this release. PR [CI] fix: use internal feed for NPM on ADO #28079 modified it onmain, but since the file never existed inrel-1.25.0, it was dropped.