Skip to content

Commit

Permalink
Add iOS to official builds
Browse files Browse the repository at this point in the history
  • Loading branch information
directhex committed Mar 13, 2020
1 parent 31a4e39 commit b2b8991
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ stages:
runtimeFlavor: mono
buildConfig: release
platforms:
- iOS_x64
- iOS_arm
- iOS_arm64
- OSX_x64
- Linux_x64
- Linux_arm
Expand Down Expand Up @@ -104,6 +107,22 @@ stages:
isOfficialBuild: ${{ variables.isOfficialBuild }}
liveRuntimeBuildConfig: release

#
# Build libraries using live CoreLib from Mono
#
- template: /eng/pipelines/common/platform-matrix.yml
parameters:
jobTemplate: /eng/pipelines/libraries/build-job.yml
buildConfig: Release
runtimeFlavor: mono
platforms:
- iOS_x64
- iOS_arm
- iOS_arm64
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
liveRuntimeBuildConfig: release

#
# Build libraries AllConfigurations for packages
#
Expand Down

0 comments on commit b2b8991

Please sign in to comment.