Commit 5d16d4d
committed
fix: Skip Android target on CI Linux for MAUI sample
The Android SDK has a Mono.Cecil XARRA7028 bug where
RemoveRegisterAttribute cannot find System.Runtime v10.0.0.0
when building net10.0-android Exe projects on CI Linux runners.
On CI Linux, fall back to net10.0 (library build) so the code
still compiles and is validated. Locally and on CI Windows/macOS,
the full platform TFMs are used including net10.0-android.1 parent c0fcea1 commit 5d16d4d
File tree
1 file changed
+5
-2
lines changed- src/examples/ReactiveUI.Samples.Maui
1 file changed
+5
-2
lines changedLines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
0 commit comments