nuget.config source filtering by namespace #7007
Labels
Area:Settings
NuGet.Config and related issues
Functionality:Restore
Resolution:Duplicate
This issue appears to be a Duplicate of another issue
Triage:NeedsTriageDiscussion
Type:Feature
Milestone
I think it could be useful if you can specify for a particular source in nuget.config, what namespaces/names of packages should be queried for that source.
That way, if you had an internal NuGet source as well as the public nuget.org source, you could configure NuGet not to bother querying nuget.org for your internal packages.
eg. something like:
With the above configuration, when NuGet was asked to restore a package named "MyPackages.Blah", it would only query the TeamCity source
The text was updated successfully, but these errors were encountered: