From 81fab760ec607de5429376293dd936e04080051e Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 3 Feb 2025 15:59:30 -0500 Subject: [PATCH] TEMP - .pytool/CISettings.py: Use Mu Basecore Standalone MM Perf Branch Temporarily use this branch for testing. This commit will be reverted after the following Mu Basecore PR is merged: https://github.com/microsoft/mu_basecore/pull/1268 Signed-off-by: Michael Kubacki --- .pytool/CISettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index dfbfe06e..afc492f7 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -189,7 +189,7 @@ def GetDependencies(self): { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "dev/202405" + "Branch": "feature/add_standalonemm_perf_lib" }, { "Path": "Common/MU_PLUS",