Skip to content
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

Use nuget.org for publicly available packages #776

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jimmylewis
Copy link
Contributor

When package dependency versions change, the libman package feed (hosted on the azure-public ADO instance) is not writable by non-Microsoft employees. This can lead to issues building the solution when adding/updating references, especially including when runtime packages update from SDK servicing.

This change fetches any publicly available packages from nuget.org, which makes it easier to support new packages or package upgrades.

Having multiple package sources is not a risk when using packageSourceMappings.

Resolves #728

When package dependency versions change, the libman package feed (hosted
on the azure-public ADO instance) is not writable by non-Microsoft
employees.  This can lead to issues building the solution when
adding/updating references, especially including when runtime packages
update from SDK servicing.

This change fetches any publicly available packages from nuget.org,
which makes it easier to support new packages or package upgrades.

Having multiple package sources is not a risk when using
packageSourceMappings.

Resolves aspnet#728
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.

Unable to build the project locally
1 participant