1

I have a solution with many projects that currently requires me to first run the vs2012 x64 Cross Tool Command Prompt as administrator. Then I load DevEnv and build the project from there.

How do I do this using the TFS Build Environment? - Bruce

BRC
  • 71
  • 3

1 Answers1

0

You can use the TFS Build Extensions from CodePlex, there is a build activity for DevEnv. Just swap the MSBuild activity for the DevEnv activity.

You could also create your own DevEnv activity, it is pretty straight-forward. You just need to use an InvokeProcess activity

Johann Blais
  • 9,389
  • 6
  • 45
  • 65