build-process - tfs2010 本地构建

标签 build-process

我目前正在玩 tfs2010 并意识到构建脚本实际上是工作流。

有人知道如何运行本地构建吗?在 2008 年很简单,但 2010 年似乎很棘手,更不用说工作流程引入的复杂性了。

最佳答案

我在这篇 MSDN 论坛帖子中写了一些关于这个特定场景的文章:http://social.msdn.microsoft.com/Forums/en-US/tfsprerelease/thread/08cb37be-dab6-4d76-b920-fa0183a2a18f

基本上,这是我对询问桌面构建方案的人的答复:

As far as the local build scenario, there is not technically a way to run the Workflow-based builds locally (like the former Desktop Build scenario.) However, end users can queue private builds using shelvesets to go through the normal build process to validate their work. It uses your existing build infrastructure but will not perform parts of the default build process since it's a "private" build. That may be a good alternative that you could take advantage of!

关于build-process - tfs2010 本地构建,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1843563/

相关文章:

iPhone 应用程序在 "AdHoc"模式下崩溃

java - 如何确定给定 Maven 依赖项的来源?

c# - 确定已发布 DLL 中的调试/ Release模式?没有#DEBUG

Maven - 如何从一个项目构建多个独立的 Maven 项目

c++ - 使用 CMake 在构建后运行 C++ 程序

xcode - 有没有办法避免手动运行 `pod install` 而不是同时提交 Pods 目录?

文件/build.properties 丢失时的 Ant 警告/失败?

groovy - 如何在 Gradle 中比较文件/文件夹?

build-process - 在 NAnt 中添加对脚本任务的程序集引用

continuous-integration - 在同一台计算机上运行多个 TeamCity Agent?