NuGet is fairly flexible in where you set up your package sources. Besides the default nuget.org web service, you can set up alternate package sources at other HTTP URLs such as myget.org or your own NuGet server and even local directories on your hard disk or network UNC shares like \yourserver\nuget. When using a network share as your package store, there is a really fast and a really slow way to do it. In this post, we’ll review the two options and help you accelerate your network share based package store if you’re doing it the slow way.
Why would you want to set up a custom package source? There are a variety of reasons. Here are just a couple:
- You want to use NuGet packages to share code internally without exposing them publicly on nuget.org
- You have a continuous build server that produces nuget packages that you want to consume before releasing to nuget.org