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 7193c18 commit f671232Copy full SHA for f671232
utils/build.ps1
@@ -3332,8 +3332,12 @@ if (-not $IsCrossCompiling) {
3332
}
3333
3334
if ($Test -contains "android") {
3335
- Build-Runtime Android $AndroidX64 -Test
3336
- Build-Runtime Android $AndroidARM64 -Test
+ try {
+ Build-Runtime Android $AndroidX64 -Test
3337
+ } catch {}
3338
3339
+ Build-Runtime Android $AndroidARM64 -Test
3340
3341
3342
3343
if ($Test -contains "dispatch") {
0 commit comments