-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update Helix queues to osx.15.amd64|arm64 #45543
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
base: release/9.0.2xx
Are you sure you want to change the base?
Conversation
@marcpopMSFT ptal |
Didn't see to help with the timeout |
according to offline chat, there aren't enough machines in this pool to support us yet so let's not merge it. Also, what Maui tests are you adding? The SDK is already a bit overloaded and not sure what Maui specific code exists in the SDK that needs to be covered. |
Adding one dotnet-watch Hot Reload test. MAUI Blazor app has special Hot Reload hooks that are currently broken with dotnet-watch. Need to fix it and cover with test. The test works on Windows (other than the bug). Mac needs XCode 16. |
I can keep the test Windows only for now. |
Yeah I'd prefer not bringing in the specific xcode dependency for just a single test. |
This will allow us to run MAUI tests that require XCode 16.
Contributes to #45521.