Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ jobs:
buildConfig: Release
runtimeFlavor: mono
platforms:
# Disabled until https://github.com/dotnet/runtime/issues/125440 is resolved.
# - android_arm
- android_arm
- android_arm64
variables:
# map dependencies variables to local variables
Expand Down
3 changes: 1 addition & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,8 +1073,7 @@ extends:
buildConfig: Release
runtimeFlavor: mono
platforms:
# Disabled until https://github.com/dotnet/runtime/issues/125440 is resolved.
# - android_arm
- android_arm
- android_arm64
variables:
# map dependencies variables to local variables
Expand Down
Loading