TFS 2010 Template : adding compilation

Hello,

is there a TFS 2010 Template that allows Team Build to do the compile?

I would like to try using Team Build to do the Incremental Build and have FinalBuilder handle everything after compilation.

Thanks!

Dave

Hi Dave,

Located in the FinalBuilder installation directory is a folder called “TFS Templates”. With in this folder, there are folders for each release of TFS since 2010. These contain templates for build work flows in TFS. The template your after is FinalBuilderPostBuild.xaml.

Note that you will require an installation of FinalBuilder on the machine which edits this workflow, and an installation on the TFS Server to run the script.

The script is simply the old 2010 TFS template with the FinalBuilder action placed after the “Try Compile, Test, and Associate Changesets and Work Items” action. Therefore the script will do everything a standard TFS Script does, then it will call FinalBuilder passing all the build variables (source folder, build number, etc). A sample FinalBuilder project to get these values is located in the “TFS Templates” folder.