diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 173cc6d9..c9a85c70 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -190,17 +190,17 @@ def GetDependencies(self): { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "release/202311" + "Branch": "release/202405" }, { "Path": "Common/MU_PLUS", "Url": "https://github.com/microsoft/mu_plus.git", - "Branch": "release/202311" + "Branch": "release/202405" }, { "Path": "Common/MU_TIANO_PLUS", "Url": "https://github.com/microsoft/mu_tiano_plus.git", - "Branch": "release/202311" + "Branch": "release/202405" } ] return []