command line output on .Net command line build

  • Thread starter Thread starter John Biddiscombe
  • Start date Start date
J

John Biddiscombe

Hello,
I don't get any output until the build finishes using this command line...

"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe"
test.sln /build debug /project proj1

under older visual studio versions, it used to show each file as it was
being built.

Is there a command line flag I can add to get output.

thanks

JB
 
Use devenv.com (or just devenv) rather than devenv.exe to use the console
build executable.
 
Back
Top