My previous employer kindly allowed me to opensource my work. The time has come to put this work in the public domain. The core project consisted of PowerShell scripts to add NuGet functionality to Visual Studio SQL Server database projects. My implementation was over-complicated, so I will be simplifying things. That will be my first … Continue reading New Projects
Category: DevOps
Downloading an Azure DevOps Universal Package from the Command Line
Automating Azure DevOps There are several ways in which Azure DevOps can be automated with scripts. Here I show how to use the AZ command line tool retrieve an artifact created by a build pipeline. Understanding how to use a CLI tool is the first requirement for automation. The Azure DevOps CLI provides access to … Continue reading Downloading an Azure DevOps Universal Package from the Command Line