What is the recommended TFS build pattern for FAKE integration?

The FAKE documentation has a description for the TeamCity integration, but there is no detailed description of the TFS integration.

I think I need a custom build process template, but before I create one I wanted to make sure it doesn't exist.

Could you recommend me a TFS template that combines FAKE?

+3


source to share


1 answer


You need to create a custom action that contains and starts your FAKE process.

http://www.hanselman.com/blog/ExploringFAKEAnFBuildSystemForAllOfNET.aspx

There is some good documentation on the web for creating custom actions:



http://blogs.msdn.com/b/jimlamb/archive/2009/11/18/how-to-create-a-custom-workflow-activity-for-tfs-build-2010.aspx

And I recommend adding it to the Community Build Tool project.

0


source







All Articles