File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,16 @@ jobs:
1818 - template : templates/common.yml
1919 parameters :
2020 # For mrtk_pr builds, don't build all flavors to reduce the amount of time
21- # taken for each validation run. Note that this flavor is still checked in
22- # the ongoing rolling CI build. This build in particular is highly correlated
23- # the .NET x86 build and ARM IL2CPP build.
21+ # taken for each validation run. With this configuration, only the Standalone
22+ # configuration is built.
23+ # Note that all of the flavors are still built during the rolling CI.
24+ # If there are failures in rolling CI in any of these tasks, we should re-enable
25+ # the specific flavors below that are experiencing failures in CI (for example,
26+ # if we're actively working on features that have a lot of churn on underlying
27+ # WMR APIs, buildUWPArm would be a good candidate to re-enable)
2428 buildUWPX86 : false
29+ buildUWPArm : false
30+ buildUWPDotNet : false
2531 # For mrtk_pr builds, validation scripts (code and docs) should be scoped to only
2632 # the set of changed files, so that we can save some time. There's no need to
2733 # check unchanged files for code style/doc style violations.
You can’t perform that action at this time.
0 commit comments