From d4a3490a0081378cd09947fd1412946285ab0682 Mon Sep 17 00:00:00 2001 From: Sami Mujawar Date: Thu, 3 Dec 2020 10:27:32 +0000 Subject: [PATCH] .azurepipelines: Add StandaloneMmPkg to CI matrix Bugzilla: 3150 (https://bugzilla.tianocore.org/show_bug.cgi?id=3150) Add StandaloneMmPkg to the Core CI matrix. Signed-off-by: Sami Mujawar Acked-by: Ard Biesheuvel Reviewed-by: Liming Gao --- .azurepipelines/templates/pr-gate-build-job.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml index 10df21b041..3e6d275b1b 100644 --- a/.azurepipelines/templates/pr-gate-build-job.yml +++ b/.azurepipelines/templates/pr-gate-build-job.yml @@ -4,7 +4,7 @@ # template file used to build supported packages. # # Copyright (c) Microsoft Corporation. -# Copyright (c) 2020, ARM Limited. All rights reserved.
+# Copyright (c) 2020 - 2021, ARM Limited. All rights reserved.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## @@ -34,7 +34,7 @@ jobs: Build.Pkgs: 'NetworkPkg,RedfishPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET' TARGET_OTHER: - Build.Pkgs: 'PcAtChipsetPkg,ShellPkg' + Build.Pkgs: 'PcAtChipsetPkg,ShellPkg,StandaloneMmPkg' Build.Targets: 'DEBUG,RELEASE,NO-TARGET' TARGET_FMP_FAT_TEST: Build.Pkgs: 'FmpDevicePkg,FatPkg,UnitTestFrameworkPkg,DynamicTablesPkg' -- 2.39.2