Tag Archives: NuGet

Update your Azure DevOps REST API URLs after moving your organization under dev.azure.com


Update your URL for your organization In the settings for your organization you can update your URL from {organization}.visualstudio.com to dev.azure.com/{organization}. Of course once you do this some of the environment variables used by Build and Release will change and if you took a dependency on their format things will break. We happened to have […]

Continue reading

Continuous Delivery of your NuGet Packages with VSTS – SemVer


This post is a continuation of my first post on the topic of NuGet packages.  This post, however, will focus on using Semantic Versioning of your NuGet packages.  The previous post published a NuGet package and used the Package Management Views in VSTS to demonstrate the quality of the package as it moved through the […]

Continue reading