无法使用Jenkins中的MSBuild插件构建.net解决方案

时间:2013-11-15 10:12:06

标签: c# visual-studio-2010 msbuild jenkins jenkins-plugins

我正在尝试使用MSBuild插件构建.net解决方案项目。 我已将自定义工作区文件夹设置为我的项目。 我已经安装并配置了MSBuild。

我无法成功构建。下面是Jenkins的控制台输出:

Path To MSBuild.exe: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe
Executing the command cmd.exe /C C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe ESELServer\SEMCO_ESEL_SERVER.sln && exit %%ERRORLEVEL%% from D:\BuildProjects\ESELWS
[ESELWS] $ cmd.exe /C C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe ESELServer\SEMCO_ESEL_SERVER.sln && exit %%ERRORLEVEL%%
Build step 'Build a Visual Studio project or solution using MSBuild' changed build result to FAILURE
Build step 'Build a Visual Studio project or solution using MSBuild' marked build as failure
Finished: FAILURE

0 个答案:

没有答案