views:

73

answers:

1

How do I force my TFS 2010 Build to build all projects in the solution to be built with Debug or Release Mode. I'm looking to pass in an Argument into the workflow. Do I need to use an MSBuild argument?

Seems like a very common thing to do, but I'm not able to find a straight-forward way of getting it done.

+3  A: 

(Assumption: you are using the DefaultTemplate.xaml)

When you edit the build definition, you can locate the Process at the left side of the screen. Open the Items to build node and modify the Configurations to Build.

Ewald Hofman
I had thought it was simple. Thanks.
alivelee