Skip to content

Commit

Permalink
.pytool/CISettings.py: Update from 202208 to 202302
Browse files Browse the repository at this point in the history
Updates Mu repo dependencies to the latest release branch
(`202302`).

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki committed Sep 22, 2023
1 parent 12e78e1 commit f0389be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 []
Expand Down

0 comments on commit f0389be

Please sign in to comment.