Skip to content

Commit e23fb90

Browse files
committed
Update CI to run release branches of dependencies
1 parent 70117fc commit e23fb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pytool/CISettings.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,18 +186,18 @@ def GetDependencies(self):
186186
{
187187
"Path": "Common/MU_TIANO",
188188
"Url": "https://github.com/microsoft/mu_tiano_plus.git",
189-
"Branch": "dev/202502",
189+
"Branch": "release/202502",
190190
"Recurse" : {"CIFile": ".pytool/CISettings.py"},
191191
},
192192
{
193193
"Path": "MU_BASECORE",
194194
"Url": "https://github.com/microsoft/mu_basecore.git",
195-
"Branch": "dev/202502"
195+
"Branch": "release/202502"
196196
},
197197
{
198198
"Path": "Silicon/Intel/MU_TIANO",
199199
"Url": "https://github.com/microsoft/mu_silicon_intel_tiano.git",
200-
"Branch": "dev/202502"
200+
"Branch": "release/202502"
201201
}
202202
]
203203

0 commit comments

Comments
 (0)