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?
For solutions you can use:
devenv /build Release Solution.sln
or
devenv /build Debug Solution.sln