NAnt 0.86 Beta 1 与 .NET 3.5 的持续集成修复

发布于 2024-07-11 05:46:17 字数 637 浏览 5 评论 0原文

我已经尝试使用最新的 NAnt (0.86 Beta 1) 几个星期了 几个 .NET 3.0/3.5 项目使用多个 .sln 解决方案文件在我的构建服务器上构建平台代码,但总是出错并遇到此问题:

构建失败 不支持文件“C:***\Platform.sln”的解决方案格式。 嵌套构建失败。

附注; 为了在这里清除更多图片,我尝试将 Nant 与 2008 多个 *sln(解决方案)文件一起使用。 在我的构建服务器上安装了软件: VS2008 Nant 0.86 beta1 / nant-0.86-nightly-2009-01-11 Microsoft SDK\Windows\v6.0A CruisControl 版本:1.4.0.3524

尝试了所有可能的情况; 包括 然后我安装了 Visual Studio 2008 并安装了 SDK 版本 6.0A。 一旦我这样做了,Nant 0.86 就开始与 .NET 3.5 一起工作。 我将标签调整如下:

。 。 。

我是否应该等待包含这些修复的 0.86-beta2(待定)版本的修复,据我所知,这也不确定。 有什么更新吗?

任何来自这种情况的:提前致谢 氮@

I have been trying to use the latest NAnt (0.86 Beta 1) for a few weeks now in
several .NET 3.0/3.5 projects as using multiple .sln solution files to build the platform code on my build server but alws ran to error and having this problem :

BUILD FAILED
Solution format of file 'C:***\Platform.sln' is not supported.
Nested build failed.

PS; To clear more picture here i m trying to use Nant with 2008 multiple *sln (solution) files.
Intalled Soft on my build server:
VS2008
Nant 0.86 beta1 / nant-0.86-nightly-2009-01-11
Microsoft SDKs\Windows\v6.0A
CruisControl version : 1.4.0.3524

Tried every possible scenario; including
I then installed Visual Studio 2008 and in so doing, installed SDK
Version 6.0A. Once I did this, Nant 0.86 began to work with .NET 3.5.
I adjusted the tag as follows:

. . .

Should I wait for the fix thill 0.86-beta2 (TBD) release with these fixes, which is also not sure as far as i know from here. any updates for it?

Any over come from this sitauation : Thanks In advance
N@

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白鸥掠海 2024-07-18 05:46:18

如果您使用解决方案任务,则 VS2003 以后的版本不支持该任务。 以下问题可能有助于解决您遇到的问题:

NAnt 和 VS2008 (.NET 3.5) - 不支持文件 Solution.sln 的解决方案格式

If you're using the solution task, it is not supported for anything newer than VS2003. The following question may help with the problem you're seeing:

NAnt and VS2008 (.NET 3.5) - Solution format of file Solution.sln is not supported

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文