summaryrefslogtreecommitdiff
path: root/.azurepipelines
diff options
context:
space:
mode:
authorduntan <dun.tan@intel.com>2021-08-20 14:43:37 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-09-02 01:46:30 +0000
commite3ee8c8dbd7a9f7d7905abe17be60354c9f5f9a3 (patch)
tree755c8d91f553a8a869879e1d2da4151e3bebce69 /.azurepipelines
parent63fddc98e06c380e654b1cfbaf24b9fd922adfad (diff)
downloadedk2-e3ee8c8dbd7a9f7d7905abe17be60354c9f5f9a3.zip
edk2-e3ee8c8dbd7a9f7d7905abe17be60354c9f5f9a3.tar.gz
edk2-e3ee8c8dbd7a9f7d7905abe17be60354c9f5f9a3.tar.bz2
.azurepipelines: Add UefiPayloadPkg in gate-build-job.yml and CISetting.py
Add UefiPayloadPkg in gate-build-job.yml to enable Core ci for UefiPayloadPkg. Add UefiPayloadPkg to supported Packages in CISettings. Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Bret Barkelew <Bret.Barkelew@microsoft.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: DunTan <dun.tan@intel.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to '.azurepipelines')
-rw-r--r--.azurepipelines/templates/pr-gate-build-job.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.azurepipelines/templates/pr-gate-build-job.yml b/.azurepipelines/templates/pr-gate-build-job.yml
index 207acc7..d5b16c1 100644
--- a/.azurepipelines/templates/pr-gate-build-job.yml
+++ b/.azurepipelines/templates/pr-gate-build-job.yml
@@ -48,6 +48,9 @@ jobs:
TARGET_SECURITY:
Build.Pkgs: 'SecurityPkg'
Build.Targets: 'DEBUG,RELEASE,NO-TARGET'
+ TARGET_UEFIPAYLOAD:
+ Build.Pkgs: 'UefiPayloadPkg'
+ Build.Targets: 'DEBUG,RELEASE,NO-TARGET'
TARGET_PLATFORMS:
# For Platforms only check code. Leave it to Platform CI
# to build them.