azure-devops-cli-extension icon indicating copy to clipboard operation
azure-devops-cli-extension copied to clipboard

[Bug] "az pipelines runs artifact download" fail for containers that need to be downloaded as a zip file.

Open geverghe opened this issue 4 years ago • 4 comments

Extension name (the extension in question) az pipelines runs artifact download

Description of issue (in as much detail as possible) I need to be able to download the "containers" from the build run artifacts as a zip file (the same as I can from the web UI).

However the above command fails with error "Artifact with name 'Android' was found, but is of type 'Container'". I've tried mapping into the container to download an individual file, but that also fail with a can't find file error. I have also tried adding on "Android&$format=zip" that the rest api uses in it's download URI, but this also fails.

I've also posted this issue to Stock Overflow.

https://stackoverflow.com/questions/60942336/az-pipelines-runs-artifact-download-fails-with-error-artifact-was-found-but

geverghe avatar Apr 02 '20 15:04 geverghe