Commit f42744c
committed
[tests] use default ABIs in MonoAndroidExportReferencedAppStarts
This test was failing under .NET 6 because it was doing:
<RuntimeIdentifiers>android-arm;android-x86</RuntimeIdentifiers>
This situation wouldn't even deploy on an API 31 emulator, so we
should just add `x86_64` in this test.1 parent b8d514d commit f42744c
File tree
1 file changed
+1
-1
lines changed- tests/MSBuildDeviceIntegration/Tests
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments