Reputation: 1600
TFS Build 2010 is completely different from 2008. There is no "Exec" task - I'm looking for a 2010 equivalent "activity". Is there a way to perform a basic command line execution in TFS Build 2010?
Upvotes: 3
Views: 1803
Reputation: 11770
You want the "InvokeProcess" activity in your team build process. Take a look at Chapter 21 of the following book I co-authored:
Chapter 21 is available as a free download from the link above - from about page 500 you should find the bit you need. Hope that helps.
Upvotes: 6