Building C# solutions from command line with Visual Studio 2010

Viewed 65346

I want to automate the build process for my C# solutions. How can I build C# solutions from the command line so that I don't have to deal with dependencies manually?

6 Answers
Related