【发布时间】:2019-07-09 10:29:30
【问题描述】:
我们将 Azure DevOps 与托管的 VS2017 构建代理一起使用。我们想使用新的Az PowerShell module。但是,VS2017 hosted build agent 上安装了 AzureRM。文档说明You should not install Az side-by-side with AzureRM. Remove all AzureRM modules before installing Az. 这确实是必要的,因为两者有冲突。也没有 Az PowerShell 构建任务。
所以问题是,如何使用 Azure DevOps 托管的 VS2017 构建代理中的 Azure Az PowerShell 模块?
【问题讨论】:
标签: azure powershell azure-devops azure-cli az