Commit 99523fe
authored
[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.1 parent c96d9f4 commit 99523fe
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments