-
Walkthrough: Use a Package from a Private NuGet Server in VS2017 & TFS2017 Build
In my last post, I showed you how to set up a private NuGet server in TFS2017 and publish a NuGet package to it from a build. But how do you reference and use that package in another solution and/or another build? Well, keep reading and you’ll find out. I’m going to do this in…
-
Walkthrough: Publish to Private NuGet Server from TFS2017 Build
NuGet is for package management is great. Refer to some package from your Visual Studio projects and you can easily include those binaries in your project. And if you’re got some library that you want to share with the world, you can publish a NuGet package and everyone can use your stuff. But what if…