aspnet / LibraryManager

Other
446 stars 78 forks source link

Consolidate Nuget feed #713

Closed jimmylewis closed 10 months ago

jimmylewis commented 10 months ago

Currently this project uses 3 separate feeds to restore packages:

The last is most concerning: the feed is meant for consumption as an upstream (hence "consumption" in the name) and will eventually purge package versions as they age. This makes it unreliable to depend upon long-term.

The ideal configuration would be to have a public ADO feed with these 3 as upstreams. Originally public feeds did not support upstreams other than nuget.org, which is why it wasn't a solution for this project in the past. Now support for upstreams has been added, we can consolidate better.