Skip to content

Commit

Permalink
pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
skyline75489 committed Sep 14, 2024
1 parent 9fe196e commit 5bffb50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .pipelines/stages/capi-packaging-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ parameters:
type: boolean
- name: enable_macos_cpu
type: boolean
- name: enable_apple_framework
type: boolean
- name: ort_version
type: string
- name: ort_cuda_version
Expand Down Expand Up @@ -112,7 +114,7 @@ stages:
os: 'osx'
build_config: ${{ parameters.build_config }}

- ${{ if eq(parameters.enable_macos_cpu, true) }}:
- ${{ if eq(parameters.enable_apple_framework, true) }}:
- template: jobs/capi-packaging-job.yml
parameters:
os: 'ios'
Expand Down

0 comments on commit 5bffb50

Please sign in to comment.