Requirements, specification, design and implementation Requirement We have two NuGet servers. The primary server is locally hosted for the developers. The second server is an Azure DevOps NuGet feed for contractors typically working outside the firewall. A scheduled task synchronizing the two servers runs hourly, copying any new packages from the local server to the … Continue reading Prototyping with PowerShell
Tag: Azure 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