Azure App Center- Android Xamarin test run error on Windows fix

Microsoft Azure App Center appcenter test run uitest

There are quite a few steps to run apps on the App Center while configuring Test Runs in Xamarin. First, install the following: Android SDK https://developer.android.com/studio Visual Studio 2019 with the Xamarin addon in the Visual Studio Installer: Java SDK http://java.sun.com/javase/downloads/index.jsp Once everything was installed, I restarted my command prompt, opened my Xamarin Android app … Read more

Using Visual Studio Team Services build tasks for Linux over SSH

We use Visual Studio Team Services for source code on a LAMP stack Azure VM. When deploying via VS TS and copying the files over SSH through VS TS, I had a few challenges to automate the build/deployment process. Here is how I set things up. Check your files into source control (PHP files, web … Read more