Commit 3b2c9c1
fix: remove unscoped dotnet restore causing iOS workload error on Ubuntu
The separate `dotnet restore Trimble.Modus.Components.sln` step restores
ALL target frameworks (including ios/maccatalyst) which aren't available
on Ubuntu. Removing it and letting `dotnet build -f net9.0-android`
handle both restore and build scopes everything to android only.
Agent-Logs-Url: https://github.com/trimble-oss/modus-mobile-maui-components/sessions/d85990fa-e435-43f7-9ecc-571eb3329b92
Co-authored-by: jeff-at-trimble <215895768+jeff-at-trimble@users.noreply.github.com>1 parent 2164258 commit 3b2c9c1
1 file changed
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 55 | | |
59 | | - | |
| 56 | + | |
60 | 57 | | |
61 | 58 | | |
62 | 59 | | |
| |||
0 commit comments