Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AzDO builds for iOS #33424

Merged
merged 16 commits into from
Mar 17, 2020
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
Prev Previous commit
Next Next commit
Pass runtimeflavour=mono to libraries build on ios only
Otherwise we expect CoreCLR to be available
  • Loading branch information
directhex committed Mar 13, 2020
commit 31a4e39338a152961cfda8f5b78aa446966ca1b2
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