I use TeamCity and have it create NuGet packages that my projects use.
I've often wondered where the path/url to that NuGet feed is stored in my solution?
As it doesn't seem to be anywhere that gets checked in and other developers can use from a fresh pull on a clean dev machine.. we seem to have to re-add it each time we setup a new developers environment.
Does anyone know where custom NuGet feed urls are saved in solutions / projects?
Update :
Just to clarify my query isn't about how to allow others to use the same feed, but more out of curiosity as to WHERE the feed url is saved for ME locally.
-- Lee