We have a build process that uses MSBuild to compile our solution. When I compile that way, there are no errors in the build. But when I execute a build from inside of Visual Studio, in the Error List tab, I have about 20 errors when I display "Build + IntelliSense".
Is there a way to get that same error list from a command line utility? It is not currently part of the MSBuild output (these errors are not in the Output tab either).