visual-studio-2008 - 为什么要使用专用计算机使用TFS进行构建?

标签 visual-studio-2008 tfs build continuous-integration

MSDN site上,它指出:

"... install Team Foundation Build on a computer that is dedicated to running builds."



好,我明白了。但是我的经理没有,我也无法说服他。

这样,我向SO社区提问,以帮助我说服他需要使用专用计算机来运行构建。

最佳答案

构建是一个占用大量CPU的过程。构建服务器的想法是,它位于此处并在每次 checkin 后进行构建,以确保没有任何损坏。如果将其放在具有其他资源的计算机上,它将降低其他所有功能的速度。即使您对其进行了虚拟化,也可能会成为一个问题。

另一件事是,您需要安装“干净”的操作系统,以便其他程序不会通过添加客户端计算机可能没有的依赖项来污染计算机。

如果您仅将其用于夜间构建,我认为您可以运行虚拟机来执行此操作。

关于visual-studio-2008 - 为什么要使用专用计算机使用TFS进行构建?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1159367/

相关文章:

java - 在多台 Windows 机器上自动安装基于 Java 的软件

c++ - 如何为源代码构建指定搜索目录

visual-studio-2008 - Visual Studio Express 2008的SP1更新

c++ - 为什么 fatal error C1083 : Cannot open source file (vc++)

asp.net - 安装 ASP.NET MVC 4 Beta 后,Visual Studio 显示 "Updating source control status"

git - CruiseControl.NET 卡在带有 TFS 的 git-submodule 错误文件描述符上

c++ - 在 C++ 中查询运行时多态性

c# - 增加 Visual Studio 中的调试项计数

asp.net-mvc-3 - VSTS 错误序列化异常

android - android gradle base project如何使用提供的范围