Skip to content

Commit c900ed7

Browse files
committed
[ci] Run BCL tests on src/monodroid changes
Context: dotnet#7091 We have a couple of BCL tests that seemingly started to fail after commit e1af958 landed. Unfortunately PR dotnet#7004 didn't run the BCL test stage, which may have caught this issue sooner. Update the triggers for the BCL tests to include changes to src/monodroid.
1 parent c21e78c commit c900ed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ protected override async Task<bool> Execute (Context context)
106106
if (file.Contains ("src/monodroid")) {
107107
testAreas.Add ("MSBuildDevice");
108108
testAreas.Add ("Designer");
109+
testAreas.Add ("BCL");
109110
}
110111

111112
if (file.Contains ("src/proguard")) {

0 commit comments

Comments
 (0)