name: "Azure Pipelines"
      image: "macOS-13"
      os: macOS
    sdl:
      sourceAnalysisPool:
        name: onnxruntime-Win-CPU-2022
        os: windows
This commit is contained in:
Jian Chen 2025-02-06 16:07:25 -08:00
parent 6a4c410376
commit acf10863ff

View file

@ -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: []