简体   繁体   中英

whats the difference between Developer and MSbuild Command prompt

whats the difference between Developer and MSbuild Command prompt?which one do you use for general purpose application building?does it matter on which to use and how?

命令行实用程序

To put simply, the difference is what commands are available. For the most part, though, you can consider the Visual Studio Developer Command Prompt as being a super-set to the MSBuild command prompt. The Visual Studio Developer Command Prompt just adds additional settings such as adjusts %PATH% to include Visual Studio tooling, performance tools, TypeScript compiler, runs dnvm setup, and a few other things.

If you're really curious, have a look in the C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools directory for VsMSBuildCmd.bat and VsDevCmd.bat .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM