DotnetDude
DotnetDude

Reputation: 11807

Running command line statements from TFS custom activity

I'd like to run a command to execute a subversion command from the TFS custom activity. Should I create a msbuild script to exec the svn command and call msbuild from the activity?

Thanks. Anyone?

Upvotes: 2

Views: 4156

Answers (1)

Ewald Hofman
Ewald Hofman

Reputation: 12668

You can also add an InvokeProcess activity to the build process template.

See http://www.ewaldhofman.nl/?tag=/build+2010+customization for more information on how to modify the build process template.

Upvotes: 3

Related Questions