Book a Demo

Author Topic: build debug script format  (Read 3673 times)

tecman

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
build debug script format
« on: December 12, 2011, 09:54:17 am »
I'm trying to use EA for the first time to generate a sequence diagram from running my .net c# solution (with 4 projects).

What should the build & debug script commands should look like to build all 4 projects? I've tried:
----------
"C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /Build Debug CT_Contacts_Manager.sln
---------
but it just returns "Build Manager completed with exit code 1"

Is there a way I can see the required syntax  by looking at the build command VS2010 uses?

thanks!