垤?如何向山上添加项目?

发布于 2024-09-15 15:07:40 字数 368 浏览 2 评论 0原文

有人使用 AntHillPro 进行自动构建吗?如果是这样,我很好奇你如何将 .NET 解决方案/项目添加到山上(与其他所有内容一起编译等)

这是“昨天必须完成”的事情之一,但我的团队中没有人理解如何做到这一点(我希望这是使用构建工具时任何人都会问的最基本的问题)。所以我正在浏览文档,没有发现它立即有用/不会放弃......但我想我会问这个论坛,因为每个人都对大多数编程主题非常了解。

我也尝试在 Anthill 的网站上查找相同的信息,但是要进入他们的论坛,他们声称可能需要 24 小时(如果你问我,这很荒谬 - 为什么有人想要购买他们预先分享很少信息的产品看看它是如何工作的,等等)

无论如何,到文档上......但如果有人有任何有用的提示,我们将不胜感激 - 谢谢。

Anybody use AntHillPro for auto builds? If so, I'm curious how you add a .NET solution/ project to the hill (to be compiled along with everything else, etc.)

This is one of those "had to be done yesterday" things but no one on my team understands how to do this (I'd expect it to be the most basic question anyone would ask when you use a build tool). So I'm having a look thru the documentation, don't find it immediately helpful / will not give up...but thought I'd ask this forum since everyone is pretty knowledgeable on most programming topics.

I also tried to look up the same info on anthill's site, however to get into their forums they state it may take 24 hours (ridiculous, if you ask me - why would anyone want to buy a product where they share little info up-front to see how it works, etc.)

Anyway onto the docs...but if anyone has any helpful hints it'd be much appreciated - thanks.

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

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

发布评论

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

评论(1

意中人 2024-09-22 15:07:40

公平地说,它说“可能需要”,而且我们通常会更快一些 - 我们会尝试发现人们在 Stack Overflow 等地方提问。您还可以在列表中注册邮件列表: http://lists.urbancode .com/mailman/listinfo/anthill-pro

请问您使用的是哪个版本?您使用的是 2.x 版本(其价格是您在 2005 年提到的)还是 3.x 版本?版本号位于每页底部。如果您使用的是 3.x,则需要执行使用 Visual Studio (dev-env)、MSBuild 和 Nant 构建的步骤。

我要做的是复制现有项目,进入复制项目的构建工作流程并调整源代码控制设置以指向新项目。然后输入构建作业,删除您不喜欢的构建器并添加您的 .Net 构建器。

或者,在文档中,我将使用简单 CI 教程作为创建新项目的起点。

如果您使用较旧的 2.x 系列,我认为您必须为 .Net 创建一个基于 shell 的基本构建。

In fairness, it says "may take" and we're usually quite a bit faster - and we try to spot people asking questions on places like Stack Overflow. There's also a mailing list you can sign up for at lists: http://lists.urbancode.com/mailman/listinfo/anthill-pro

Can I ask which version you are on? Are you on the 2.x version (which had the price you mention back in 2005) or are you on 3.x? The version number is at the bottom of every page. If you're on 3.x, there are steps for executing builds with Visual Studio (dev-env), MSBuild and Nant.

What I would do is copy an existing project, go into the build workflow of the copied project and adjust the source control setting to point at the new project. Then enter the build job(s), remove the builders you don't like and add your .Net builders.

Alternatively, in the docs, I would use the Simple CI Tutorial as a starting place for creating new projects.

If you're on the older 2.x line, I think you'd have to create a basic shell based build for .Net.

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