Ben Tsai

Download a local NuGet repository using Nuget

I was setting up a development environment on a remote server today, and due to the security constraints on the machine, I wasn’t able to reach the official NuGet feed. After some searching, I found the Nuget.Downloader package, which allows you to download all of NuGet locally!

Because NuGet allows you to specify a local folder as a source, all I had to do was

Wednesday, July 18, 2012