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 c90dbf8 commit bf6fc20Copy full SHA for bf6fc20
utils/build.ps1
@@ -3080,8 +3080,12 @@ if (-not $IsCrossCompiling) {
3080
}
3081
3082
if ($Test -contains "android") {
3083
- Build-Runtime Android $AndroidX64 -Test
3084
- Build-Runtime Android $AndroidARM64 -Test
+ try {
+ Build-Runtime Android $AndroidX64 -Test
3085
+ } catch {}
3086
3087
+ Build-Runtime Android $AndroidARM64 -Test
3088
3089
3090
3091
if ($Test -contains "dispatch") {
0 commit comments