如何在发布模式下构建 Caliburn

发布于 2024-08-18 05:22:51 字数 82 浏览 5 评论 0原文

我无法让 nant 使用他们的 build.cmd 进行 Caliburn 的发布版本。谁能告诉我怎么做?

我应该使用什么命令行参数?

I can't make nant do a release build of Caliburn using their build.cmd. Can anyone tell me how to?

What command line parameters should I use?

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

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

发布评论

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

评论(3

行雁书 2024-08-25 05:22:51

您需要从文档中编辑 Caliburn.build

您可以在根文件夹中编辑“Caliburn.build”来配置要发布的版本或许多其他选项。

You need to edit Caliburn.build - from the docs:

You can edit "Caliburn.build" in your root folder to configure the build for release or a number of other options.

非要怀念 2024-08-25 05:22:51

也许我应该为重要的构建选项添加更多命令?

Perhaps I should add a few more cmds for significant build options?

黯然 2024-08-25 05:22:51

更容易的是使用:

build "-D:build.config=release"

记住双引号! :)

Even eaiser is to use:

build "-D:build.config=release"

Remember the double qoutes! :)

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