Azure DevOps 2020 - 我如何 select 为发布管道下载哪些工件 (18.170.30525.1 (Azure DevOps Server 2020))

Azure DevOps 2020 - how do I select which artifacts to download for a release pipline (18.170.30525.1 (Azure DevOps Server 2020))

我有一个包含 2 个发布工件的构建管道。

在我的发布管道中,我只想下载第一个工件。 我知道这应该是可能的,因为我已经阅读 here

In Azure Pipelines, you can, however, select which artifacts you want to download to the agent for a specific job and stage of the deployment. Typically, you will do this to improve the efficiency of the deployment pipeline when the tasks in that job do not require all or any of the artifacts, or if you implement custom code in a task to download the artifacts you require.

但是我找不到...

发布作业的详细信息如下所示:

如您所见,工件选择丢失。

以下是我在发布管道中配置工件的方式:

显然本地 none NTLM 代理存在问题。 https://developercommunity.visualstudio.com/content/problem/520932/azure-devops-server-2019-where-is-partially-downlo.html

Partial artifacts feature isn't enabled by default in Azure DevOps Server 2019. We have an issue with "Download Build artifacts" not working with NTLM based proxy hence we couldn't roll out this feature to OnPremise customers.