配置jenkins msbuild路径

时间:2017-07-05 07:10:33

标签: jenkins msbuild jenkins-plugins

我已经配置了一个新的msbuild路径和名称 在jenkins配置工具中。配置指向v15 enter image description here

我收到以下错误:

  

C:\ jenkins_slave \ cortana \ workspace \ xxx \ testing>退出0致命:   C:\ Program Files(x86)\ Microsoft Visual   Studio \ 2017 \ Professional \ MSBuild \ 15.0 \ Bin不存在构建步骤   '使用MSBuild标记构建构建Visual Studio项目或解决方案   作为失败

我该如何解决?

1 个答案:

答案 0 :(得分:0)

在第二个屏幕截图中,您需要在路径末尾添加斜杠: C:\ Program Files(x86)\ Microsoft Visual Studio \ 2017 \ BuildTools \ MSBuild \ 15.0 \ Bin \

但是,要为VS2017使用Jenkins MSBuild插件,还有其他事项需要考虑。在我的情况下启动MSBuild可执行文件需要配置一堆环境变量,否则这些变量将在"开发命令提示符"中设置。

我正在考虑使用" dotnet build"," dotnet test"等等。在命令行中。