Update release yaml to remove arm64 builds (#930)

This commit is contained in:
Stephanie Anderl
2020-01-13 16:05:39 -08:00
committed by GitHub
parent 9fc9c97ee7
commit 027eab12a3

View File

@@ -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