Team Foundation 服务器项目模板 [英] Team Foundation server project template

查看:19
本文介绍了Team Foundation 服务器项目模板的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我们在 TFS 中创建项目时,我们始终遵循以下步骤:1) 创建新的团队项目2)创建工作区,关联到源控制文件夹和本地文件夹3)在团队项目下创建三个文件夹(Main、Dev、Release)4) 将源签入 Main5) 将 Main 转换为分支6) 从主分支创建 Dev/Dev 和 Release/Release 分支

When we create a project in TFS, we always follow these steps: 1) Create new team project 2) Create workspace, assocate to source control folder and local folder 3) Create three folders under team project (Main, Dev, Release) 4) Check in source to Main 5) Convert Main to branch 6) Create Dev/Dev and Release/Release branches from Main branch

对于我们构建的每个项目来说,这 6 个步骤几乎都是库存,但开发人员可能会弄错或偏离此设计.是否有一些可用于 TFS 的东西可以用来自动执行此过程?

These 6 steps are pretty much stock for every project we build, but it is possible for developers to get it wrong or stray from this design. Is there something available for TFS that we can use to automate this process?

推荐答案

您可以使用tfpt createteamproject"(来自强力工具)创建一个新的团队项目.您还可以从命令行执行所有任务(使用 tf 和 tfpt 命令).

You can create a new team project with the "tfpt createteamproject" (from the power tools). You can also execute all your tasks from the command line to (use the tf and the tfpt commands).

在您的情况下,创建一个执行所有这些命令的批处理文件可能是您的解决方案

In your case, creating a batch file that executes all these commands could be your solution

这篇关于Team Foundation 服务器项目模板的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆