From acf10863ffa2b813c5badeab5b00504aae6795de Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Thu, 6 Feb 2025 16:07:25 -0800 Subject: [PATCH] pool: name: "Azure Pipelines" image: "macOS-13" os: macOS sdl: sourceAnalysisPool: name: onnxruntime-Win-CPU-2022 os: windows --- .../github/azure-pipelines/mac-ios-packaging-pipeline.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 1b5bedb800..bdbd2ffe00 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 @@ -55,7 +55,13 @@ extends: parameters: # Update the pool with your team's 1ES hosted pool. pool: - vmImage: "macOS-13" + name: "Azure Pipelines" + image: "macOS-13" + os: macOS + sdl: + sourceAnalysisPool: + name: onnxruntime-Win-CPU-2022 + os: windows stages: - stage: IosPackaging_SetCommonVariables dependsOn: []