msbuild - Perforce 作为 w2k3x64 上的集成和构建服务器?

标签 msbuild build-process continuous-integration perforce

我们正在从 TFS 2005 迁移到 Perforce,并为我们的软件迁移到更简单的 TDD 类型流程。您是否有任何资源可将 Perforce 设置为集成和构建服务器?

看了这个问题Build management/ Continuous Integration best practices

还链接到 CI 上的 Martin Fowler http://www.martinfowler.com/articles/continuousIntegration.html

我的问题特别是关于 W2k3 x64 上的 Perforce 和 MSBuild。

最佳答案

Perforce 不是集成或构建服务器,它只是扮演 CI 过程的源存储库的角色。因此,对于您的 CI 工具(如果是 MSBuild、Hudson、CruiseControl 等)来说,拥有一个适配器(perforce 适配器)来从存储库获取最新更改非常重要。适配器应该是可配置的(URL、用户名、密码等),这就是 Perforce 和 CI 的配置。

关于msbuild - Perforce 作为 w2k3x64 上的集成和构建服务器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/653370/

相关文章:

msbuild - 将 MSBuild 与 RAD Studio 2009 一起使用时出现 MSB4057 错误

powershell - 有没有办法列出 psake 构建文件中的所有任务?

build-process - 用于在Skype群聊中接收构建通知的工具

visual-studio - 以 "Build Order"样式对 Visual Studio 生成日志进行排序

CruiseControl.net 中的 Powershell 在部署新版本代码之前备份现有文件夹

azure-devops - Azure 开发运营 : Populating secure file references with job matrix variables

azure - MSBuild 工具 2017 与 Azure SDK 2.9.6

c# - devenv CruiseControl 的记录器

ASP.NET:发布后执行 MSBuild 任务

java - 部署 Gitlab CI : The connection attempt failed 时出现问题