Visual Studio 2010 Tools: Microsoft
Generate a deployment report:
| Tool | Purpose | |------|---------| | devenv.exe /build | Build solution from CLI | | mstest.exe | Run unit tests on a build server | | vstest.console.exe | (Introduced in 2010 Update 1) – precursor to VS2012’s test runner | | sn.exe | Strong name key management | | gacutil.exe | Install assemblies to GAC | | ildasm.exe | IL disassembler with XML export | microsoft visual studio 2010 tools
This article focuses on those specific tools, many of which remain in production environments today. 1.1. MSBuild (Version 4.0) MSBuild 4.0 introduced parallel builds, property functions, and better logging. Unlike later versions, VS2010’s MSBuild was tightly coupled with .NET 4.0’s assembly resolution. Generate a deployment report: | Tool | Purpose

