Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将团队的 CI 从 TFS 迁移到 TeamCity。
作为我构建的一部分,我需要更新一些文件并将更改检查回 TFS。我创建了一个简单的 MSBuild 脚本,用于签出文件、更新它们并重新签入更改。
该脚本在我的机器上运行良好,但是当我从 TeamCity 运行它时,出现以下错误: TF30063:您无权访问...
有没有办法只运行 MSBuild 步骤和另一个用户?有没有办法授予 TeamCity 的代理连接到 TFS 所需的权限
您是否将 Team City Agent 帐户添加到 Team Foundation Server 中的团队项目安全组?