Skip to content

Commit

Permalink
Update CI branches to release/202405 (#394)
Browse files Browse the repository at this point in the history
## Description

Update the CI branches to release/202405

- [ ] Impacts functionality?
- [ ] Impacts security?
- [ ] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?

## How This Was Tested
CI

## Integration Instructions
N/A
  • Loading branch information
apop5 authored Aug 28, 2024
1 parent 837cef0 commit 45e7ee7
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 @@ -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 []
Expand Down

0 comments on commit 45e7ee7

Please sign in to comment.