From 538201af65cdfe366baeaffc0d39b771f90e360c Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Fri, 3 Mar 2023 10:45:12 +0800 Subject: [PATCH] [ci] Build debug image in PR checks. (#14058) Why I did it Add checks for debug image in PR checks. --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f1004ab70..05b86c51c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,6 +55,8 @@ stages: - stage: Build pool: sonicbld + variables: + INSTALL_DEBUG_TOOLS: y dependsOn: [] jobs: - template: .azure-pipelines/azure-pipelines-build.yml