Skip to content

Commit

Permalink
Pass runtimeflavour=mono to libraries build on ios only
Browse files Browse the repository at this point in the history
Otherwise we expect CoreCLR to be available
  • Loading branch information
directhex committed Mar 13, 2020
1 parent 04ba653 commit 31a4e39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/common/platform-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
archType: x64
platform: iOS_x64
jobParameters:
runtimeFlavor: ${{ parameters.runtimeFlavor }}
runtimeFlavor: mono
stagedBuild: ${{ parameters.stagedBuild }}
buildConfig: ${{ parameters.buildConfig }}
${{ if eq(parameters.passPlatforms, true) }}:
Expand All @@ -229,7 +229,7 @@ jobs:
archType: arm
platform: iOS_x64
jobParameters:
runtimeFlavor: ${{ parameters.runtimeFlavor }}
runtimeFlavor: mono
stagedBuild: ${{ parameters.stagedBuild }}
buildConfig: ${{ parameters.buildConfig }}
${{ if eq(parameters.passPlatforms, true) }}:
Expand All @@ -249,7 +249,7 @@ jobs:
archType: arm64
platform: iOS_x64
jobParameters:
runtimeFlavor: ${{ parameters.runtimeFlavor }}
runtimeFlavor: mono
stagedBuild: ${{ parameters.stagedBuild }}
buildConfig: ${{ parameters.buildConfig }}
${{ if eq(parameters.passPlatforms, true) }}:
Expand Down

0 comments on commit 31a4e39

Please sign in to comment.