第一次尝试使用自己的创建代理,并遇到了以下问题:
The pipeline is not valid. Could not find a pool with name Default. The pool does not exist or has not been authorized for use. For authorization details, refer to https://aka.ms/yamlauthz.
我的默认池中有2个代理处于空闲状态。我遵循https://aka.ms/yamlauthz,但是它没有告诉我如何授权该池。
我如何授权游泳池?
答案 0 :(得分:0)
您可以尝试执行以下操作来解决此问题:在UI中打开构建管道编辑器。将默认分支设置为更新YAML文件的分支。保存管道。这将授权所有资源,例如默认池。然后,您可以将分支切换回默认分支,然后再次保存管道。
此article中对此进行了详细说明。希望这会有所帮助。