Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I copy a TFS 2010 Build Definition?

Tags:

Is there any way to copy a build definition? I work in a mainline source control methodology which utilizes many different branches that live for very short periods (ie. a few days to a week). I'd really like to copy a build template and just change the solution to build. Is there any way to do this?

like image 760
devlife Avatar asked May 26 '10 00:05

devlife


People also ask

How to Clone build definition in TFS?

Go to team Explorer. Select the particular build you wanted to clone. Right Click -> Clone Build Definition.

What is TFS build definition?

A build definition is the mechanism that controls how and when builds occur for team projects in TFS. Each build definition specifies: The things you want to build, like Visual Studio solution files or custom Microsoft Build Engine (MSBuild) project files.


1 Answers

You can download the new TFS 2010 power tools. It has the option to clone a build definition.

See http://msmvps.com/blogs/molausson/archive/2010/10/21/clone-a-build-definition.aspx for an example

Note: Be aware that the Clone only works when you did NOT pop out the Build window.

like image 162
Ewald Hofman Avatar answered Oct 08 '22 21:10

Ewald Hofman