Quantcast
Channel: What do I need to do to create a self hosted NuGet feed - Stack Overflow
Browsing latest articles
Browse All 5 View Live

Answer by Karl Harnagy for What do I need to do to create a self hosted NuGet...

Even though it may be too late at this point, my company's product ProGet was designed for hosting private NuGet feeds and ships with an integrated web server - and it looks like the free edition will...

View Article



Answer by Tallmaris for What do I need to do to create a self hosted NuGet feed

You could install IIS Express. It could be a simpler solution worth a try if you already know you cannot put the full IIS on the machine.Unless the same reasons you can't install IIS apply to IIS...

View Article

Answer by qxn for What do I need to do to create a self hosted NuGet feed

You should be able to use a share. See the section Creating Local Feedshere.So, if your share is located at \\server\nugetfeed, replace c:\LocalNuGetFeed in the example with that location.

View Article

Answer by G_P for What do I need to do to create a self hosted NuGet feed

Yes, you can have a local feed running just from a directory on the computer. Once the packages are in a folder, you then need to add that folder as a local NuGet feed in Visual Studio.Here are a...

View Article

What do I need to do to create a self hosted NuGet feed

I would like to create a custom nuget feed at work, but the computer that I want to host it from doesn't have IIS installed and I can't get it installed either. So I wanted to create my own self-hosted...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images