Make ios pipeline

This commit is contained in:
Jian Chen 2025-02-06 15:27:43 -08:00
parent ad17ea8e16
commit f400850d7f

View file

@ -56,7 +56,6 @@ extends:
# Update the pool with your team's 1ES hosted pool.
pool:
vmImage: "macOS-13"
os: macOS # OS of the image. This value cannot be a variable. Allowed values: windows, linux, macOS
stages:
- stage: IosPackaging_SetCommonVariables
dependsOn: []
@ -65,11 +64,9 @@ extends:
skipComponentGovernanceDetection: true
jobs:
- job: j
- job: SetCommonVariables
displayName: "Set common variables"
timeoutInMinutes: 5
steps:
- bash: |
set -e