-
Notifications
You must be signed in to change notification settings - Fork 18
Migrate CI to windows-latest-large runners #295
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
Conversation
`windows-latest` Actions CI image.
- Update Xaml-Style-Check job to use windows-latest-large - Update project-template job to use windows-latest-large - Update new-experiment job to use windows-latest-large This resolves disk space issues that emerged with GitHub's infrastructure changes, allowing builds to complete successfully with adequate disk space for UWP/WinAppSDK builds. Addresses the tooling submodule portion of the CI runner migration as documented in the broader infrastructure update initiative.
…(new-experiment and project-template)
Looks like this doesn't have the update to the XAML Styler Tool Version yet?
|
XAML styler update will happen in existing PR #294 |
Aren't these all dependent on fixing the CI to run? So we should fix the XAML Styler version here (as that's the proper fix) and close #294? |
…required Install .NET 6 SDK to re-enable XAML Styler
- Bump xamlstyler.console from 3.2206.4 to 3.2501.8 - Remove .NET 6 SDK installation step from build workflow - Fixes .NET 6 compatibility issues
The idea was to change the base branch in #294 to point to this PR, but it looks like GitHub closed it on me early when I changed the base, right as I was pushing 20cf3d8 to that #294 branch. We'll just cherry-pick and continue in this PR. The same change was pushed to existing branches in Labs and mainline WCT, will have PRs shortly. |
This resolves disk space issues that emerged with GitHub's infrastructure changes, allowing builds to complete successfully with adequate disk space for UWP/WinAppSDK builds.
Addresses the tooling submodule portion of the CI runner migration as documented in the broader infrastructure update initiative.
This same change has been made in these upstream consuming repos: