[CI] fix: use internal feed for NPM on ADO#28079
Merged
sanaa-hamel-microsoft merged 14 commits intomainfrom Apr 16, 2026
Merged
[CI] fix: use internal feed for NPM on ADO#28079sanaa-hamel-microsoft merged 14 commits intomainfrom
sanaa-hamel-microsoft merged 14 commits intomainfrom
Conversation
4add56a to
dbe4588
Compare
guschmue
previously approved these changes
Apr 16, 2026
vraspar
previously approved these changes
Apr 16, 2026
Contributor
|
Nit: The lint failure seems to be related — ShellCheck SC2086 is flagging unquoted |
vraspar
approved these changes
Apr 16, 2026
vraspar
pushed a commit
that referenced
this pull request
Apr 17, 2026
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>
sanaa-hamel-microsoft
added a commit
that referenced
this pull request
Apr 17, 2026
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>
This was referenced Apr 17, 2026
vraspar
added a commit
that referenced
this pull request
Apr 17, 2026
This cherry-picks the following commits for the release: | Commit ID | PR Number | Commit Title | |-----------|-----------|-------------| | 63dfc33 | #28034 | fix: idempotent feed setup | | 58f99ea | #28064 | [C] fix: ADO CI spuriously failing format check due to picking up NuGet.config | | f9c83ae | #28084 | Fix the python pipeline | | cafbd7c | #28079 | [CI] fix: use internal feed for NPM on ADO | ### Notes - **#27945** was already in `rel-1.25.0` via meta cherry-pick PR #28035 (skipped). - **#28079 conflict resolution**: `tools/ci_build/github/linux/build_webgpu_plugin_package.sh` was removed during cherry-pick. This file was created by PR #27841 (Add webgpu plugin EP pipeline), which merged after the release branch cut and is not part of this release. PR #28079 modified it on `main`, but since the file never existed in `rel-1.25.0`, it was dropped. --------- Co-authored-by: Sanaa Hamel <sanaahamel@microsoft.com> Co-authored-by: eserscor <erscor@microsoft.com>
edgchen1
added a commit
that referenced
this pull request
Apr 17, 2026
### Description <!-- Describe your changes. --> - Fix issue with custom .npmrc file not being found by tools/ci_build/github/linux/build_webgpu_plugin_package.sh (follow up to #28079) - Set build-enabled parameters to true by default - Configure nightly build in yaml - Remove unnecessary NPM configuration in Windows build - now, it is handled by templates/setup-build-tools.yml ### 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. --> Fix pipeline issue. Build all supported platforms nightly.
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.
Description
Use internal NPM feed.
Motivation and Context
SDL requirements state that we consume everything in 1ES builds from one internal feed.