From 027eab12a33be32b57968eec41222743f9ea8bd4 Mon Sep 17 00:00:00 2001 From: Stephanie Anderl <46726333+sanderl@users.noreply.github.com> Date: Mon, 13 Jan 2020 16:05:39 -0800 Subject: [PATCH] Update release yaml to remove arm64 builds (#930) --- build/pipelines/azure-pipelines.release.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/pipelines/azure-pipelines.release.yaml b/build/pipelines/azure-pipelines.release.yaml index c7a168d5..34f8e23b 100644 --- a/build/pipelines/azure-pipelines.release.yaml +++ b/build/pipelines/azure-pipelines.release.yaml @@ -30,11 +30,6 @@ jobs: platform: ARM condition: not(eq(variables['Build.Reason'], 'PullRequest')) -- template: ./templates/build-app-internal.yaml - parameters: - platform: ARM64 - condition: not(eq(variables['Build.Reason'], 'PullRequest')) - - template: ./templates/run-ui-tests.yaml parameters: platform: x64