Extreme ASP.NET Makeover: Getting Your House in Order - Cmd Line Build
Let me give you a very brief introduction to MSBuild. In MSBuild terminology, build steps are called "targets." We will define three common targets initially: Clean, Init, and Compile. You can create other targets to automate other common tasks such as running
tests, creating installer…