Skip to content
Merged
Changes from 1 commit
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
Next Next commit
[CI][Android] Build mono runtime for Android on PRs
  • Loading branch information
mdh1418 committed Sep 18, 2023
commit f4476854da9f35568b68459615f90751ac330065
17 changes: 17 additions & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,23 @@ extends:
eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true),
eq(variables['isRollingBuild'], true))

# Build the Mono runtime
# Only mono has changed
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/common/global-build-job.yml
buildConfig: Debug
runtimeFlavor: mono
platforms:
- android_arm64
jobParameters:
testGroup: innerloop
nameSuffix: MonoSubset
buildArgs: -s mono -c $(_BuildConfig)
condition: >-
eq(dependencies.evaluate_paths.outputs['SetPathVars_mono_excluding_wasm.containsChange'], true)

# Build the whole product using Mono runtime
# Only when libraries, mono or installer are changed
#
Expand Down