Disable x86 build and test in PR builds (#1258)

This commit is contained in:
Matt Cooley 2020-06-02 11:20:26 -07:00 committed by GitHub
parent 09391d869f
commit 0d75a965cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,7 @@ jobs:
- template: ./templates/build-app-public.yaml
parameters:
platform: x86
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
- template: ./templates/build-app-public.yaml
parameters: