我正在尝试将 PowerShell 脚本文件作为发布管道中的任务运行。我尝试了一个简单的指令,例如Write-Output "Hello World"
脚本失败并显示消息
AuthorizationManager 检查失败。CategoryInfo : SecurityError: (:) [], PSSecurityExceptionfullyQualifiedErrorId : UnauthorizedAccess
如果我在 PowerShell 任务中运行内联脚本,它会完美运行。
所以,我的问题是:我在 Visual Studio Team Services 中运行 PowerShell 脚本文件的用户角色应该是什么?