我正在寻找有关如何诊断构建服务器问题的建议,因为我没有这方面的经验。
<message><![CDATA[External Program Failed: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.com (return code was 1)]]></message>
<location>
<filename>C:\ContinuousIntegration\ProjectSource\apples\build\apples.build</filename>
<linenumber>14</linenumber>
<columnnumber>6</columnnumber>
</location>
line 14:
<exec basedir="${VSDir}" program="devenv.com" workingdir="..\">
<arg value="Marble.sln" />
<arg value="/Rebuild" />
<arg value="${BuildConfig}" />
</exec>
自从这个项目在很多个月前开始以来,这条线已经在那里了