Commit 8a3b644
iOS inner loop: sort mlaunch by pack version dir; split msbuildargs on space and semicolon
- _resolve_mlaunch now sorts on the pack <version> directory (parent of
tools/) rather than the pack-name suffix, so 26.10 ranks above 26.2.
- The inner-loop proj builds _MSBuildArgs with a mix of ';' and space
separators; splitting --msbuild-args on ';' alone left embedded spaces
inside arguments and broke 'dotnet build'. Split on both.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 11f5aae commit 8a3b644
2 files changed
Lines changed: 10 additions & 8 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | | - | |
82 | | - | |
| 81 | + | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
101 | 100 | | |
102 | 101 | | |
103 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1141 | 1141 | | |
1142 | 1142 | | |
1143 | 1143 | | |
1144 | | - | |
| 1144 | + | |
| 1145 | + | |
| 1146 | + | |
| 1147 | + | |
1145 | 1148 | | |
1146 | 1149 | | |
1147 | 1150 | | |
| |||
0 commit comments