What's the difference between VsDevCmd.bat
and VsMSBuildCmd.bat
in Visual Studio 2015 (CTP 5)?
Both located in C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\Tools
aka VS140COMNTOOLS
.
Looking at the code for VsMSBuildCmd.bat
, it sets VS140COMNTOOLS
environment variable from the registry, and also adds MSBuild in the PATH
.
VsDevCmd.bat
does the same plus it adds a bunch of other directories in the PATH
and sets a few more environment variables, most of which are used by Visual C++ compiler. Also adds path to TypeScript Compiler.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With