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' ?
Asked
Active
Viewed 554 times
2 Answers
4
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.

friism
- 19,068
- 5
- 80
- 116
-
So then it's not possible to use apphb to host a test environment having a separate build + web.config transformation? – John Korsnes Mar 11 '12 at 11:55
-
Nope, that's not currently supported. – friism Mar 12 '12 at 07:39
0
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

Chris Marisic
- 32,487
- 24
- 164
- 258