command line output on .Net command line build

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
 
K

Kyle Alons

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top