We are trying to implement devops with xamarin and hockeyapp. Basically we would like to automate the build process for all platforms(iOS,Android and Windows). When we have searched for this we can see that it goes with continuous delivery and integration. Means the build will be automatically pushed to HockeyApp after code checked in.
However, can we go in other way instead of CI/CD? Like through power shell script to automate the deployment. How can we do this from VSTS ?
You could use Jenkins for that, it has a Hockeyapp Plugin that allows you to upload your build to your users.
Here is a quick article about that: https://blog.entelect.co.za/view/9973/using-hockey-app-with-jenkins-for-continuous-mobile-app-deployment