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 a840374 commit 676e187Copy full SHA for 676e187
utils/build.ps1
@@ -3292,8 +3292,12 @@ if (-not $IsCrossCompiling) {
3292
}
3293
3294
if ($Test -contains "android") {
3295
- Build-Runtime Android $AndroidX64 -Test
3296
- Build-Runtime Android $AndroidARM64 -Test
+ try {
+ Build-Runtime Android $AndroidX64 -Test
3297
+ } catch {}
3298
3299
+ Build-Runtime Android $AndroidARM64 -Test
3300
3301
3302
3303
if ($Test -contains "dispatch") {
0 commit comments