英文:
Is it possible to download an artifact from ADO's artifact feed through the browser?
问题
我有一个ADO构建管道,它创建构建产物并将它们发布到一个产物存储库。
要下载这些产物,文档指向使用Azure CLI。
在这个相关问题中,一个答案指向从管道结果中下载。
有没有办法从浏览器中从产物存储库下载产物,而不需要配置CLI?
如果没有,是否有任何记录的原因说明为什么不提供这个功能?
英文:
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?
答案1
得分: 1
这是关于为什么不可用的明确说明。以下是要求开放 API 以直接从通用存储库下载包并在通过浏览器访问时提供简单的“下载”按钮的功能请求链接:https://developercommunity.visualstudio.com/t/download-universal-package-trough-api/495533#T-N1649230
英文:
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
答案2
得分: 0
你是在谈论从构建管道手动下载任何构件吗?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论