TFS automated build setup for android application -
I am developing an Android application for TFS version control. Even automated builds need to be set up for the Android app on the TFS server. It would be great if someone could gilid me on this.
This is a very big question, so I'm actually giving you a broad answer:
- Install Java SDK, Android SDK, and whatever you need to build your application on your build agent (agents).
- Create a custom build process template (or find an online) that can execute an AN or Maven script.
Comments
Post a Comment