Thursday 14 February 2013

Setup nuget package feed shared directory folder

Setup nuget package in shared folder

I wanted to know how to setup local nuget packages server.

For this example I am using VS2012.

Go to the server(local pc) and create new directory. Setup the folder to be shared. You will end up with format:

\\ServerName\Nugets


Add the server to your nuget packages source.
One of the way I choose to use for opening Nuget package manager

 Now click on settings in left bottom corner.
You will get window with sources for nuget package sources. Insert name of your source (Can be anything you want), add source, your new shared folder, as network resource (See picture below). Click Add and Ok.

This is all you need to do to add new nuget package source to your VS2012.

Used resources for this article:




No comments:

Post a Comment