【发布时间】:2011-04-01 15:35:46
【问题描述】:
我正在使用 VS 2008。我可以使用 IDE 成功编译我的解决方案。但是,当我尝试使用 devenv.com 构建它时,它会说“错误:找不到项目输出组的输出(无法确定名称)”。该组、它的配置或它的项目可能已被删除从解决方案中。”在构建 .vdproj 设置项目时。
类似的问题是here
有什么办法可以解决这个问题吗? 谢谢
编辑:实际上 Cruisecontrol.net 尝试使用 devenv.com 构建解决方案。这是我在 ccnet.config 中使用的 devenv 部分:
<devenv>
<solutionfile>xxxxx.sln</solutionfile>
<configuration>Debug</configuration>
<buildtype>Build</buildtype>
<executable>C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.com</executable>
<buildTimeoutSeconds>60000</buildTimeoutSeconds>
<version>VS2008</version>
</devenv>
【问题讨论】:
-
请不要让我们猜测您使用的命令行。
标签: visual-studio-2008 build-process cruisecontrol.net devenv