I am trying to implement devops with xamarin and hockeyapp. Basically I want to automate the build process for all platforms(iOS,Android and Windows). When I have searched for this I saw that it goes with continuous delivery and integration. It means that the build will be automatically pushed to HockeyApp after code checked in.
However, can I go in other way instead of CI/CD? Like through power shell script to automate the deployment. How can I do this from VSTS ?