kindohm
kindohm

Reputation: 1600

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 basic command line execution in TFS Build 2010?

Upvotes: 3

Views: 1803

Answers (1)

Martin Woodward
Martin Woodward

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

Related Questions