From ad0ea43b86d169b05944ea72bcc62cfa00e7d7f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Wed, 8 Apr 2020 12:33:08 +0200 Subject: [PATCH] Fix merge mistake in runtime-official.yml (#34680) iOS_arm should be disabled but resolving a merge conflict caused a wrong line to be added. --- eng/pipelines/runtime-official.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index b524c2d..0ab8f97 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -209,7 +209,6 @@ stages: platforms: - tvOS_x64 - tvOS_arm64 - - iOS_arm # - iOS_arm # https://github.com/dotnet/runtime/issues/34465 - iOS_arm64 - iOS_x64 -- 2.7.4