From f400850d7f05de3f38da74eca462b28f6af9d280 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 6 Feb 2025 15:27:43 -0800 Subject: [PATCH] Make ios pipeline --- .../github/azure-pipelines/mac-ios-packaging-pipeline.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml index 7e176360b3..1b5bedb800 100644 --- a/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/mac-ios-packaging-pipeline.yml @@ -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