How to host NuGet packages locally?

I am writing infrastructure components for a project that I am working on, and I am wondering if it is possible to locally host the NuGet package without a server, so I can only create a complete release cycle using my computer.
If possible, explain how to do this.

+3
source share
1 answer

You can use a regular folder. More details here: http://docs.nuget.org/docs/creating-packages/hosting-your-own-nuget-feeds

+8
source

All Articles