如何在Azure Devops管道的YAML中设置管道'任务版本'

时间:2020-02-12 18:15:08

标签: azure azure-pipelines-yaml

如何在YAML中设置此值?这是来自Azure devops管道 enter image description here

编辑:同一UI下有一个Powershell版本(首选PowerShell版本),问题不关乎。

2 个答案:

答案 0 :(得分:1)

您可以将其设置为

steps:
- task: AzurePowerShell@4
  displayName: 'Azure PowerShell script: FilePath'
  inputs:
    azureSubscription: 'Azure Demo'
    preferredAzurePowerShellVersion: 1.0.0

但是,您应该可以通过单击YAML来查看相关的YAML代码

enter image description here

答案 1 :(得分:0)

它设置为“ @ 4”

- task: AzurePowerShell@4