46
votes

Steps in In Visual Studio 2010

  • Open Team Explorer
  • Go to Builds
  • Right-click on a build definition, and click Clone.

How can I copy/clone a build in Visual Studio 2012? The Clone operation seems to be gone?

Note: I am using TFS 2010

1
Don't have the reputation to comment, but thought this might help someone... Use the VS2015 version (referenced in the accepted answer) to connect VS 2015 to TFS 2013 (12.0). It just worked for me.Jonathan Grubb
Do you have the TFS power tools installed? If yes, that explains why it would work. If no, that's a pleasant surprise :)Bernard Vander Beken

1 Answers

68
votes

Cloning build definition is a feature that comes with TFS Power Tools.

I haven't tried it but it seems to be part of the beta version for 2012 available here: http://visualstudiogallery.msdn.microsoft.com/b1ef7eb2-e084-4cb8-9bc7-06c3bad9148f

(updated url to published version. Thanks Bernard Vander Beken)


Visual Studio 2013 version:

http://visualstudiogallery.msdn.microsoft.com/f017b10c-02b4-4d6d-9845-58a06545627f (Credit to Bernard Vander Beken)


Visual Studio 2015 version:

https://visualstudiogallery.msdn.microsoft.com/898a828a-af00-42c6-bbb2-530dc7b8f2e1 (Credit to Bernard Vander Beken)