auto-build

How do I run a series of processes in C# and keep their environment settings?

I am developing an auto-builder that will run a series of steps in our build process and build our target application. We used to use a batch file which set up a bunch of environment variables or called tools that setup environment variables and ultimately runs a 'make'. I've been using the 'Process' class which works great for running...

MSB4057 Error when using MSBuild with RAD Studio 2009

Summary: I'm able to compile a RAD Studio 2009 project using MSBuild on a Build Server using the RAD Studio Command Prompt, but not with a batch file. This same batch file, however, works successfully on my workstation. On the server the error returned is: MSB4057. I'm just learning how to use MSBuild with RAD Studio and am trying to...