mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-07 17:15:29 +00:00
Move set common variable to stage
This commit is contained in:
parent
7aca6347eb
commit
379ecdded5
2 changed files with 9 additions and 0 deletions
|
|
@ -67,7 +67,9 @@ extends:
|
|||
- template: templates/stages/mac-ios-packaging-build-stage.yml
|
||||
parameters:
|
||||
packageVariant: Full
|
||||
buildType: ${{ parameters.buildType }}
|
||||
|
||||
- template: templates/stages/mac-ios-packaging-build-stage.yml
|
||||
parameters:
|
||||
packageVariant: Training
|
||||
buildType: ${{ parameters.buildType }}
|
||||
|
|
|
|||
|
|
@ -5,6 +5,13 @@ parameters:
|
|||
- Full
|
||||
- Training
|
||||
|
||||
- name: buildType
|
||||
type: string
|
||||
values:
|
||||
- release
|
||||
- normal
|
||||
default: normal
|
||||
|
||||
stages:
|
||||
- stage: IosPackaging_Build_${{ parameters.packageVariant }}
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue