From 9212e3ad7c085f8cd1cdfbdf09680099354e788c Mon Sep 17 00:00:00 2001 From: kaibocai Date: Mon, 19 Aug 2024 10:49:55 -0500 Subject: [PATCH] fix sdl image --- eng/ci/official-build.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/eng/ci/official-build.yml b/eng/ci/official-build.yml index 206e07a..0aa8799 100644 --- a/eng/ci/official-build.yml +++ b/eng/ci/official-build.yml @@ -42,9 +42,14 @@ extends: template: v1/1ES.Official.PipelineTemplate.yml@1es parameters: pool: + name: 1es-pool-azfunc + image: 1es-ubuntu-22.04 + os: linux + sdl: + sourceAnalysisPool: name: 1es-pool-azfunc - image: 1es-ubuntu-22.04 - os: linux + image: 1es-windows-2022 + os: windows stages: - stage: BuildAndSign