feed

There are 1 entries for the tag feed

Hosting a Simple “Read-Only” NuGet Package Feed on the Web

As you may know, NuGet supports aggregating packages from multiple package sources. You can simply point NuGet at a folder containing packages or at a NuGet OData service. A while back I wrote up a guide to hosting your own NuGet feed. Well, we’ve made it way easier to set one up now! And, surprise surprise, it involves NuGet. I’ll provide step by step instructions here. But first, make sure you’re running NuGet 1.2! Step 1: Create a new Empty Web Application in Visual Studio Go to the File | New | Project menu option (or...