We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a759f commit 03a49c1Copy full SHA for 03a49c1
utils/build.ps1
@@ -3231,8 +3231,12 @@ if (-not $IsCrossCompiling) {
3231
}
3232
3233
if ($Test -contains "android") {
3234
- Build-Runtime Android $AndroidX64 -Test
3235
- Build-Runtime Android $AndroidARM64 -Test
+ try {
+ Build-Runtime Android $AndroidX64 -Test
3236
+ } catch {}
3237
3238
+ Build-Runtime Android $AndroidARM64 -Test
3239
3240
3241
3242
if ($Test -contains "dispatch") {
0 commit comments