From 5550dc824c3e3aed1b1e328f63245651ed57a5ed Mon Sep 17 00:00:00 2001 From: Ken Lautner Date: Mon, 15 May 2023 16:20:20 -0700 Subject: [PATCH] REBASE: Updated submodules to use their 202302 release branches --- .pytool/CISettings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 5ec28ee..75b9cf1 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -221,17 +221,17 @@ class Settings(CiSetupSettingsManager, CiBuildSettingsManager, UpdateSettingsMan { "Path": "Common/MU_TIANO", "Url": "https://github.com/microsoft/mu_tiano_plus.git", - "Branch": "release/202208" + "Branch": "release/202302" }, { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "release/202208" + "Branch": "release/202302" }, { "Path": "Silicon/Intel/MU_TIANO", "Url": "https://github.com/microsoft/mu_silicon_intel_tiano.git", - "Branch": "release/202208" + "Branch": "release/202302" } ]