在Azure DevOps的发布管道中的Powershell作业代理中读取工件名称

时间:2018-12-18 16:01:02

标签: azure powershell azure-devops

在这里您可以看到工件的名称(其hdhelp_v1.4): enter image description here

我在Azure DevOps的Release管道中的Agent Job下创建了一个PowerShell任务。基于this article,我管理了如何打印有关工件的基本信息,因此我只写了显示所有信息的示例脚本:

Get-ChildItem Env:

运行PowerShell脚本后,在任何地方都看不到hdhelp_v1.4工件名称,那么如何获得它呢?我应该在Azure DevOps中运行什么Powershell命令以打印工件名称? 干杯

0 个答案:

没有答案