I am trying to install a .NET assembly (C #) from the command line. What is the list of environment variables that I need to configure at the MSDOS prompt before I can run MSBuild.exefrom the command line?
The most obvious example is the path to an MSBuildexecutable file. I cannot rely on setting variables from MyComputer -> Properties -> Advanced -> Enviroment Variables, so I really need a complete list if such a list exists.
PS The design should be automated (command line), and I do not use Visual Studio, but only with the .NET Framework (v3.5).
source
share