TFS 2010 Invoke built-in activity from custom CodeActivity

Posted by Rhapsody on Stack Overflow See other posts from Stack Overflow or by Rhapsody
Published on 2010-05-28T06:16:54Z Indexed on 2010/05/28 6:21 UTC
Read the original article Hit count: 209

Filed under:
|

Hi,

I'm trying to invoke a built-in activity from my custom CodeActivity for the TFS2010 Build Process.

I've got my own CodeActivity which generates a batch file and I want to invoke the InvokeProcess activity (built-in) to execute that generated file.

Of course I could split it into two activities, but it would be nicer if I could put these actions together. Can somebody push me in the right direction?

Thanks in advance!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about tfs2010