【发布时间】:2017-08-08 21:14:52
【问题描述】:
TFS2015 更新 2.1 中的“Visual Studio 测试代理部署”有点奇怪。在机器组中,协议设置为 HTTP 一切正常,testagent 部署成功。但是当我尝试通过 HTTPS 连接到远程机器来执行相同的任务时,我遇到了异常:
DistributedTests: Task 'DownloadTestAgent' on machine 'XYZ:5986' is being run
DistributedTests: Task 'DownloadTestAgent' on machine 'XYZ:5986' completed.
DistributedTests: Task 'DownloadTestAgent' for machine XYZ:5986's Error : System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server XYZ failed with the following error message :
Access is denied. For more information, see the about_Remote_Troubleshooting Help topic.
机器在同一个域中。这不是用户/密码问题,因为当我使用 HTTP 时它成功完成了部署,但是当我编辑“机器组”以使用 HTTPS 时它失败了。
感谢您的任何想法!
【问题讨论】: