You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] use dotnet/runtime packs from the ".NET 6 MAUI" channel (#6542)
Changes: dotnet/runtime@4822e3c...3992fc3
We are in a situation where:
1. .NET MAUI is still in preview.
2. We need dotnet/runtime fixes for MAUI, but we don't necessarily
want all fixes going into .NET 6 service releases.
Since we are relying on optional workload packs from dotnet/runtime
anyway, we can simply use "different" builds.
An initial set of builds is coming from the ".NET 6 MAUI" channel on
Maestro. To update, we will need to drop the `CoherentParentDependency`
for dotnet/runtime.
After this change goes in, I can configure a subscription to update
daily/weekly, or whichever we decide is best.
0 commit comments