PreviousNext

Create a Free Private NuGet Server with Continuous Deployment using VSTS

by bill-s, 2017-06-17T21:26:43.000Z

In the last post we looked into shared libraries in .NET Core and concluded that using NuGet packages is the preferred solution for distribution to multiple applications. This post shows how to use Visual Studio Team Services (VSTS) to set up a continuous deployment pipeline for your internal libraries to publish them to a private secure NuGet server.

Read More