-
Notifications
You must be signed in to change notification settings - Fork 35
Align pipeline npm registry with .npmrc feed #475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
f84523b
Align pipeline npm registry with .npmrc feed
edvilme 4ab5df9
Revert .npmrc change
edvilme 046fca7
Update .npmrc to use msft_consumption feed
edvilme 62e180b
Revert .npmrc to python-environments feed
edvilme 91ac7c3
Update .npmrc to msft_consumption with no-auth flag
edvilme 26965eb
Update .npmrc to msft_consumption with always-auth=false
edvilme fe06ec3
Revert pipelines to Pylance feed, add no-auth for .npmrc registry
edvilme 3ab4f34
Switch @vscode registry to msft_consumption, remove validation triggers
edvilme a90481a
Update validation pipeline triggers to wildcard branches
edvilme 6f1d2b4
Use direct tarball URL for @vscode/python-environments
edvilme 05b71b0
Trigger CI
edvilme 9bdf136
Update validation pipeline triggers to main branch
edvilme f4ab6b5
Revert validation triggers to wildcard
edvilme 2682f63
Switch validation pipeline to 1ES Unofficial template
edvilme File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,3 @@ | ||
| @vscode:registry=https://pkgs.dev.azure.com/azure-public/vside/_packaging/python-environments/npm/registry/ | ||
| # Force public npm registry to avoid CI auth (E401) when no token is provided | ||
| registry=https://registry.npmjs.org/ | ||
| # Do not require auth for public installs | ||
| always-auth=false |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched from
MicroBuild.1ES.Official.ymltoMicroBuild.1ES.Unofficial.ymland addedsourceAnalysisPoolto match the isort repo. The Official template was failing with a 1ES PT pool/os mismatch error. Unofficial is the correct template for PR/validation builds.