Tuesday, September 8, 2015

Adding NuGet Package Sources to Visual Studio

If you are setting up your own local NuGet Server, you will need to know how to add new Package Sources to the Visual Studio IDE.

Fortunately, the process is EXTREMELY SIMPLE!!

  1. From the Tools-->Options menu, select NuGet Package Manager-->Package Sources
  2. Click on the + icon above Available Package Sources to add a new Package Source
  3. Enter the new Package Source name and location information
  4. Click the Update button
  5. Your new Package Source will now be available for you to use from within NuGet Package Manager!

No comments:

Post a Comment