I'm trying to setup .NET (C#) build from command line. Can someone just give me a list of environment variables that I need to set up in the MSDOS prompt before I can run MSBuild.exe
from the command line. The path to MSBuild
executable would be the most obvious example. I cannot rely on setting variables from MyComputer->Properties->Advanced->Enviroment Variables
so I really need a full list if such list exists
P.S. The build needs to be automated (command line) and I'm not using Visual Studio but building with .NET framework (v3.5) only