How do I do a simple Exec activity in TFS Build 2010
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 bas开发者_如何转开发ic command line execution in TFS Build 2010?
You want the "InvokeProcess" activity in your team build process. Take a look at Chapter 21 of the following book I co-authored:
- Professional Application Lifecycle Management with Visual Studio 2010
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.
精彩评论