diff --git a/.pytool/CISettings.py b/.pytool/CISettings.py index 0ceea919..228a34d9 100644 --- a/.pytool/CISettings.py +++ b/.pytool/CISettings.py @@ -241,17 +241,17 @@ def GetDependencies(self): { "Path": "MU_BASECORE", "Url": "https://github.com/microsoft/mu_basecore.git", - "Branch": "release/202208" + "Branch": "release/202302" }, { "Path": "Common/MU_PLUS", "Url": "https://github.com/microsoft/mu_plus.git", - "Branch": "release/202208" + "Branch": "release/202302" }, { "Path": "Common/MU_TIANO_PLUS", "Url": "https://github.com/microsoft/mu_tiano_plus.git", - "Branch": "release/202208" + "Branch": "release/202302" } ] return []