In Azure DevOps pipelines, using variables in the powershell task results in ArgumentParseError when doing az login

后端 未结 0 1304
傲寒
傲寒 2020-12-04 21:43

I have a Powershell task as such in my pipeline:

- task: PowerShell@2
  inputs:
    targetType: \'inline\'
    script: |
      az login --service-principal --         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题