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.
为什么 TFS 在构建代理上一次只运行一个构建?为什么它不能启动另一个进程并在同一个构建代理上启动另一个构建?
如果我遗漏了一些太明显的东西,请原谅我。
构建(和测试)代理旨在进行顺序构建。
如果您需要在机器上进行并行构建,只需添加更多代理即可。
我目前在一台机器上有 24 个代理,能够并行运行 24 个构建。