Resources for Customizing TFS Build 2010

I want to create a way to build Legacy Delphi 5 and 6 applications via TFS Build (using TFS 2010).

I was pretty dangerous with the MSBuild way of doing things, and I think I can still do it, but I would like to get into a worker thread to do it.

Are there any resources that discuss setting up a TFS build through a Windows worker thread? Especially how to override the solution concept and how to compile and report bugs.

Thanks for any information.

+2


a source to share


1 answer


You might want to explore the task of creating a custom workflow. There's a pretty good article on how to do this here . However, I am currently creating it and find it to be a rather frustrating process.



+3


a source







All Articles