简体   繁体   中英

Cannot download artifact in Azure DevOps

My Artifact doesn't have a Download button in the context menu. How can I download an artifact manually?

在此处输入图像描述

How can I download an artifact manually?

  • After running Pipelines successfully in the Agent log information, you will be able to find out the link to download the artifact

在此处输入图像描述

  • You can even download it by using Azure CLI and below is the code for downloading artifact using Azure CLI.
az pipelines runs artifact download --artifact-name
                                    --path
                                    --run-id
                                    [--detect {false, true}]
                                    [--org]
                                    [--project]

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM