Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build pipeline refactor #10513

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
buildUWPX86 -> buildUWPx86
keveleigh committed Jun 22, 2022
commit 02eac0e19bb2d5451e2a3e2be77d6e7ac9f9addd
2 changes: 1 addition & 1 deletion pipelines/pr-2020.yaml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
# the specific flavors below that are experiencing failures in CI (for example,
# 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)
buildUWPX86: false
buildUWPx86: false
buildUWPArm: false
UnityVersion: $(Unity2020Version)

4 changes: 2 additions & 2 deletions pipelines/pr.yaml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
# the specific flavors below that are experiencing failures in CI (for example,
# 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)
buildUWPX86: false
buildUWPx86: false
buildUWPArm: false
UnityVersion: $(Unity2018Version)

@@ -39,7 +39,7 @@ jobs:
steps:
- template: templates/common.yml
parameters:
buildUWPX86: false
buildUWPx86: false
buildUWPArm: false
UnityVersion: $(Unity2019Version)
- template: templates/end.yml
2 changes: 1 addition & 1 deletion pipelines/templates/common.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ parameters:
UnityVersion: ""
buildStandalone: true
buildUWPArm: true
buildUWPX86: true
buildUWPx86: true
runTests: true

steps: