From dd43bb7df2b19490e7223f9f3c3fb32de66e4a76 Mon Sep 17 00:00:00 2001 From: Ken Lautner Date: Mon, 22 Jan 2024 11:35:10 -0800 Subject: [PATCH] Changed to the 202311 release branches again --- .pytool/CISettings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index a9008a54ca..233bb8cac2 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -214,17 +214,17 @@ def GetDependencies(self): { "Path": "Common/MU_TIANO", "Url": "https://github.com/microsoft/mu_tiano_plus.git", - "Branch": "release/202302" + "Branch": "release/202311" }, { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "release/202302" + "Branch": "release/202311" }, { "Path": "Silicon/Intel/MU_TIANO", "Url": "https://github.com/microsoft/mu_silicon_intel_tiano.git", - "Branch": "release/202302" + "Branch": "release/202311" } ]