我正在使用下面的批处理脚本来构建解决方案文件
set BUILD_PATH=%CD%
call "C:\Program Files\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat"
devenv /clean Release "%BUILD_PATH%\Source\Dotnet\WebService\OPALController\OPALController.sln"
devenv /rebuild Release "%BUILD_PATH%\Source\Dotnet\WebService\OPALController\OPALController.sln
我正在寻找要发布的命令,因为devenv /publish
它不起作用
有没有其他方式发布工件?