Switch nuget.config to public DevOps CFS#11195
Open
chidozieononiwu wants to merge 2 commits into
Open
Conversation
commit: |
Contributor
|
❌ There is undocummented changes. Run The following packages have changes but are not documented.
Show changes |
|
You can try these changes here
|
e4c10b5 to
5ae552d
Compare
5ae552d to
c9f4f75
Compare
Comment on lines
+31
to
33
| - uses: ./.github/actions/nuget-auth | ||
|
|
||
| # cspell:ignore dorny |
Member
There was a problem hiding this comment.
Do we need to authenticate for this feed? Is that not going to break every 3rd party user
Member
There was a problem hiding this comment.
does the http-client-csharp emitter not need changes too?
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 pull request updates the NuGet package source configuration to ensure that all packages are retrieved from the organization's Azure DevOps feed rather than directly from nuget.org. This centralizes package management and enforces the use of the approved feed.
NuGet package source update:
nuget.configto remove the direct nuget.org feed and instead use theazure-sdk-for-netAzure DevOps feed, which itself has nuget.org as an upstream source. This ensures all packages are routed through the organization's feed.