Is it possible to just push compiled code?
Is it possible to just push compiled code with out a project or
solution to AppHarbor?
Because I have some specific MSBuild tasks that must be completed before my code goes live, and for right now it would just be easier to have my build server push the code. To give you a better idea of my environment, I use TeamCity. Some of these tasks are:
- Code Coverage using dotCover
- Pulling other source from GitHub, and compiling on the fly
- Running CSS and JavaScript through Minifiers
From what I read, I don't think I will be able to accomplish this in your build routine, so would it be possible for me to just push the already compiled code? Or do I need to create a dummy solution and project file, that references the compiled code?
Thanks,
Nick
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by rune on 28 Dec, 2010 10:55 PM
Currently it isn't possible to push and deploy just compiled code to AppHarbor. We do plan on offering hosting of compiled code later on, but for now I think your best option is the one you propose.
Good to be aware of your requirements though, I'll discuss them with the team and we may end up implementing some solutions in our build process, so you don't have to rely on another build server.
Thanks for your feedback,
Rune
rune closed this discussion on 28 Dec, 2010 10:55 PM.