Publishing a Private NuGet Package

I’ll go through how I went about publishing a private NuGet package folder accessible to Visual Studio. This will let you use the Manage Nuget Packages feature of Visual Studio without publishing your code publicly. If you use a shared location, other users can use it internally as well by following the same setup. I’ll then tell you how to publish to this folder after building a release of your project.

Continue reading “Publishing a Private NuGet Package”