I am planning on transitioning a large DLL project that is used on one large site to multiple small sites that mostly just have the parts from the DLL that they need. It looked like VSTS would work for that, since I already have a MSDN license and can use package management.
In VSTS, if I wanted to have a feed for the core classes and other feeds for more specific groups of classes, which depend on the core, would all the parts need to be their own VSTS projects? Is there a way to setup multiple private NuGet feeds with a single VSTS project that is a solution that contains multiple projects, which each build to their own feed?