Search code examples
visual-studio-2010tfsbuilddefinitions

Is it possible to Export TFS 2010 Build Definitions?


I'm cleaning up old build definitions and I want to back them up in case there is something I'm missing, is there a way to export the build definitions using Visual Studio 2010?


Solution

  • You could use the TFS API to export it to a format that you could load it back in with like in How to Move TFS 2010 Build Definition between Projects? .