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 d9ddfe3 commit 260ed3bCopy full SHA for 260ed3b
utils/build.ps1
@@ -3279,8 +3279,12 @@ if (-not $IsCrossCompiling) {
3279
}
3280
3281
if ($Test -contains "android") {
3282
- Build-Runtime Android $AndroidX64 -Test
3283
- Build-Runtime Android $AndroidARM64 -Test
+ try {
+ Build-Runtime Android $AndroidX64 -Test
3284
+ } catch {}
3285
3286
+ Build-Runtime Android $AndroidARM64 -Test
3287
3288
3289
3290
if ($Test -contains "dispatch") {
0 commit comments