Skip to content
Merged
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
6 changes: 3 additions & 3 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stages:
- tvOS_x64
- tvOS_arm64
- iOS_x64
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm
- iOS_arm64
- OSX_x64
- Linux_x64
Expand Down Expand Up @@ -129,7 +129,7 @@ stages:
- tvOS_x64
- tvOS_arm64
- iOS_x64
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm
- iOS_arm64
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
Expand Down Expand Up @@ -188,7 +188,7 @@ stages:
platforms:
- tvOS_x64
- tvOS_arm64
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm
- iOS_arm64
- iOS_x64
- Android_arm
Expand Down
4 changes: 2 additions & 2 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
- Android_x64
- Android_arm
- tvOS_arm64
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm
- iOS_x64
jobParameters:
liveRuntimeBuildConfig: release
Expand Down Expand Up @@ -506,7 +506,7 @@ jobs:
- Android_x64
- Android_arm
- tvOS_arm64
# - iOS_arm # https://github.com/dotnet/runtime/issues/34465
- iOS_arm
- iOS_x64
jobParameters:
liveRuntimeBuildConfig: release
Expand Down