I am 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 look for this we can see that it goes with continuous delivery and integration. It means that the compilation will be automatically sent to HockeyApp after the code enters.
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 ?