From f50dd0e6cfcaef7c1598b8337f45c5fd32bc9e5f Mon Sep 17 00:00:00 2001 From: Ken Lautner Date: Thu, 18 Jan 2024 21:54:11 -0800 Subject: [PATCH] Update submodules to point to the 202311 release branches --- .pytool/CISettings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 5ca1f4b910..565e2a6cfa 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -230,12 +230,12 @@ def GetDependencies(self): { "Path": "Common/MU_TIANO", "Url": "https://github.com/microsoft/mu_tiano_plus.git", - "Branch": "personal/klautner/rebase/2311_Staging" + "Branch": "release/202311" }, { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "personal/klautner/rebase/2311_Staging" + "Branch": "release/202311" } ] # MU_CHANGE END