Build a Visual Studio project or solution using MSBuild Command Line Arguments 常用命令行参数 详解: MSBuild Version 配置的 MSBuild.exe MSBuild Build File 是需要发布项目的项目文件 /t:Rebuild 表示每次都重建,不使用增量编译 /P:Configuration=Release 表示编译 Release 版本 /p:DeployOnBuild=true 表示启用…