简体   繁体   English

无法在 Azure DevOps 中下载工件

[英]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在 Agent 日志信息中运行 Pipelines 成功后,您将能够找到下载工件的链接

在此处输入图像描述

  • You can even download it by using Azure CLI and below is the code for downloading artifact using Azure CLI.您甚至可以使用 Azure CLI 下载它,下面是使用 Azure CLI 下载工件的代码。
az pipelines runs artifact download --artifact-name
                                    --path
                                    --run-id
                                    [--detect {false, true}]
                                    [--org]
                                    [--project]

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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