Does appharbor always build solution using 'Release' build config?

两盒软妹~` 提交于 2019-12-07 04:59:06

问题


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' ?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/8676760/does-appharbor-always-build-solution-using-release-build-config

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!