Skip to content

Commit c01aee5

Browse files
committed
Pipeline update to support 2405
1 parent d3be073 commit c01aee5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.pytool/CISettings.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -178,17 +178,17 @@ def GetDependencies(self):
178178
{
179179
"Path": "MU_BASECORE",
180180
"Url": "https://github.com/microsoft/mu_basecore.git",
181-
"Branch": "release/202311"
181+
"Branch": "release/202405"
182182
},
183183
{
184184
"Path": "Common/MU_PLUS",
185185
"Url": "https://github.com/microsoft/mu_plus.git",
186-
"Branch": "release/202311"
186+
"Branch": "release/202405"
187187
},
188188
{
189189
"Path": "Common/MU_TIANO_PLUS",
190190
"Url": "https://github.com/microsoft/mu_tiano_plus.git",
191-
"Branch": "release/202311"
191+
"Branch": "release/202405"
192192
}
193193
]
194194

MmSupervisorPkg/MmSupervisorPkg.dsc

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
8080
SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
8181
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
82+
ExceptionPersistenceLib|MdeModulePkg/Library/BaseExceptionPersistenceLibNull/BaseExceptionPersistenceLibNull.inf
83+
ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
8284

8385
[LibraryClasses.X64.MM_CORE_STANDALONE]
8486
ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf

0 commit comments

Comments
 (0)