Skip to content

Commit

Permalink
[ci] Run BCL tests on src/monodroid changes
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins committed Jun 13, 2022
1 parent c21e78c commit c900ed7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ protected override async Task<bool> Execute (Context context)
if (file.Contains ("src/monodroid")) {
testAreas.Add ("MSBuildDevice");
testAreas.Add ("Designer");
testAreas.Add ("BCL");
}

if (file.Contains ("src/proguard")) {
Expand Down

0 comments on commit c900ed7

Please sign in to comment.