StuperUser
StuperUser

Reputation: 10850

Is it possible to download an artifact from ADO's artifact feed through the browser?

I have a ADO build pipeline that creates build artifacts and publishes them to an artifact feed.

To download these artifacts, the documentation points to using an Azure CLI.

In this related question, an answer points to downloading from the pipeline results.

Is there anyway to download the artifact from the artifact feed from the browser, without configuring a CLI?

If not, is there any documented reason why this functionality is unavailable?

Upvotes: 4

Views: 979

Answers (2)

user3067684
user3067684

Reputation: 1258

Are you taking about downloading manually any artefacts from a build pipeline?

If so have you noticed this cunningly disguised link?

enter image description here

Upvotes: 0

Danielson
Danielson

Reputation: 96

There is no clear statement on why this is not available. Here is feature request to open API for direct package download from universal artifact and to provide simple "download" button when accessing through browser: https://developercommunity.visualstudio.com/t/download-universal-package-trough-api/495533#T-N1649230

Upvotes: 1

Related Questions