Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Ensure emulator is killed (dotnet#602)
A "funny thing" happened in [PR Build dotnet#958][0]: `adb` failed: Target ReleaseAndroidTarget: Task "Adb" ... Tool /Users/builder/android-toolchain/sdk/platform-tools/adb execution started with arguments: -s emulator-5570 logcat -d ... Task "Adb" execution -- FAILED I have no idea why `adb` is failing, but *because* it failed, the emulator was never shutdown and killed. Add `ContinueOnError="True"` to most of the tasks within the `ReleaseAndroidTarget` target to ensure that the emulator is shutdown and killed. [0]: https://jenkins.mono-project.com/job/xamarin-android-pr-builder/958/
- Loading branch information