appharbor 是否始终使用“Release”构建解决方案?构建配置?

发布于 2024-12-23 05:37:47 字数 97 浏览 2 评论 0原文

appharbor 是否总是使用“发布”构建配置来构建解决方案?我可以让 appharbor 使用某些配置(例如“Release-for-appharbor”)构建我的应用程序吗?

Does appharbor always build solution using 'Release' build config ? Can I make appharbor to build my apps using certain configuration, e.g. 'Release-for-appharbor' ?

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

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

发布评论

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

评论(2

心房的律动 2024-12-30 05:37:47

AppHarbor 始终在 Release 配置中构建您的代码。您可以找到有关 AppHarbor 建议您如何管理环境的其他资源。

我们很乐意听取您关于如何改进此问题的建议,您可以在反馈论坛上添加反馈。

AppHarbor always builds your code in Release configuration. You can find additional resources on how AppHarbor recommends you manage environments.

We'd love to have your suggestions on how to improve this, you can add feedback on the feedback forum.

你的笑 2024-12-30 05:37:47

以与 AppHarbor 相同的方式在本地执行构建过程

从 Visual Studio 命令提示符

msbuild Solution.sln /p:Configuration=Release /property:OutDir=C:\temp

To execute the build process locally in the same fashion as AppHarbor

From the Visual Studio Command Prompt

msbuild solution.sln /p:Configuration=Release /property:OutDir=C:\temp

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