From 07cb1f3b728593f0c46529d0f3cb0b3586bac565 Mon Sep 17 00:00:00 2001 From: Jonathan Dick Date: Wed, 18 Sep 2019 20:17:48 -0400 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 774dc98fe..470c4fab1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,8 +5,8 @@ variables: NugetPackageVersion: '$(CurrentSemanticVersion)' MONO_VERSION: 5_18_1 XCODE_VERSION: 10.2.1 - IOS_SIM_NAME: 'iPhone X' - IOS_SIM_RUNTIME: 'com.apple.CoreSimulator.SimRuntime.iOS-12-2' + IOS_SIM_NAME: 'iPhone Xs' + IOS_SIM_RUNTIME: 'com.apple.CoreSimulator.SimRuntime.iOS-12-4' ANDROID_EMU_TARGET: 'system-images;android-26;google_apis;x86' ANDROID_EMU_DEVICE: 'Nexus 5X' RunPoliCheck: 'false'