Skip to content

Commit

Permalink
Temp build all
Browse files Browse the repository at this point in the history
  • Loading branch information
keveleigh committed Mar 23, 2022
1 parent 5d2d914 commit 5729b7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipelines/pr.yaml
Expand Up @@ -35,6 +35,8 @@ jobs:
# if we're actively working on features that have a lot of churn on underlying
# WMR APIs, buildUWPArm would be a good candidate to re-enable)
buildStandalone: true
buildUWPx86: true
buildUWPArm: true
UnityVersion: $(Unity2018Version)

- job: Unity2019Validation
Expand All @@ -50,5 +52,8 @@ jobs:
- template: templates/common.yml
parameters:
buildStandalone: true
buildUWPx86: true
buildUWPArm: true
buildUWPArm64: true
UnityVersion: $(Unity2019Version)
- template: templates/end.yml

0 comments on commit 5729b7d

Please sign in to comment.