2
votes

Is there an easy way to download the latest Universal package contents without running all the commands using the Azure CLI ?

In my project, we are storing the Installer generated from pipeline (of a .NET application) as a Universal Package in the Azure Artifacts. This is a ZIP file containing the Installer.

While it was easy to download the Zip file in TeamCity, it's a headache in Azure Devops. 30 people in my team has to download the Installer every week and we are looking for an easy way to download this (at least the latest universal package).

1

1 Answers

1
votes

Is there an easy way to download the latest Universal package contents without running all the commands using the Azure CLI ?

To download the Universal package in Azure Devops, we could use the Universal packages task:

enter image description here

We could use wildcard in the Version option to get the highest version with major version.

BTW, there is an user voice about use the REST API to download the Universal package. If there is a REST API available, the ERST API will also be a good choice. You could vote that that up and leave your comment.