F
flopbucket
Hi,
We are using Visual Studio.NET 2003 and need to build from command line
for integration with Cruise Control. Reading the docs, I see I can do:
c:\> devenv.exe /clean Debug example.sln
This build fine, however, it seems that is starts a background process
and the command prompt returns immediately. I need it to work like a
normal "make" in that it does not exit until the build completes/fails,
etc. Is there a way to do this?
Thanks
We are using Visual Studio.NET 2003 and need to build from command line
for integration with Cruise Control. Reading the docs, I see I can do:
c:\> devenv.exe /clean Debug example.sln
This build fine, however, it seems that is starts a background process
and the command prompt returns immediately. I need it to work like a
normal "make" in that it does not exit until the build completes/fails,
etc. Is there a way to do this?
Thanks