From cb707d467a38f622622fb012bc19cf0898493552 Mon Sep 17 00:00:00 2001 From: Stephanie Anderl <46726333+sanderl@users.noreply.github.com> Date: Tue, 7 Jan 2020 14:09:39 -0800 Subject: [PATCH] =?UTF-8?q?Remove=20ARM64=20from=20the=20package=20since?= =?UTF-8?q?=20Graphing=20mode=20does=20not=20support=20AR=E2=80=A6=20(#903?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove ARM64 from the package since Graphing mode does not support ARM64. * Update build/pipelines/templates/package-appxbundle.yaml Steph approves :) Co-authored-by: Eric Wong --- build/pipelines/templates/package-appxbundle.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build/pipelines/templates/package-appxbundle.yaml b/build/pipelines/templates/package-appxbundle.yaml index 1e06d20..d1ad1d7 100644 --- a/build/pipelines/templates/package-appxbundle.yaml +++ b/build/pipelines/templates/package-appxbundle.yaml @@ -7,14 +7,12 @@ jobs: - Buildx64 - Buildx86 - BuildARM - - BuildARM64 condition: | and ( in(dependencies.Buildx64.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), in(dependencies.Buildx86.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), - in(dependencies.BuildARM.result, 'Succeeded', 'SucceededWithIssues', 'Skipped'), - in(dependencies.BuildARM64.result, 'Succeeded', 'SucceededWithIssues', 'Skipped') + in(dependencies.BuildARM.result, 'Succeeded', 'SucceededWithIssues', 'Skipped') ) pool: vmImage: windows-2019 @@ -59,4 +57,4 @@ jobs: displayName: Publish AppxBundle artifact inputs: artifactName: appxBundle - pathToPublish: $(Build.ArtifactStagingDirectory)\appxBundle \ No newline at end of file + pathToPublish: $(Build.ArtifactStagingDirectory)\appxBundle