Using additional NuGet Package Sources on a Build Server
Now we can see the new package source on our machines, and download all kinds of fun things from it. But how do we give other servers (e.g. a build server) knowledge of this new package source? NuGet already thought of this (thank you kindly). Check out the NuGet.targets file (once you’ve enabled Package Restore on the … More Using additional NuGet Package Sources on a Build Server