From c900ed7c63e4577fe9d9ae53a860cf8f53cc32d0 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Mon, 13 Jun 2022 13:53:20 -0400 Subject: [PATCH] [ci] Run BCL tests on src/monodroid changes Context: https://github.com/xamarin/xamarin-android/issues/7091 We have a couple of BCL tests that seemingly started to fail after commit e1af9587 landed. Unfortunately PR #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. --- .../xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs b/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs index f14f2ffeeb0..84c9dc2f6f6 100644 --- a/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs +++ b/build-tools/xaprepare/xaprepare/Steps/Step_DetermineAzurePipelinesTestJobs.cs @@ -106,6 +106,7 @@ protected override async Task Execute (Context context) if (file.Contains ("src/monodroid")) { testAreas.Add ("MSBuildDevice"); testAreas.Add ("Designer"); + testAreas.Add ("BCL"); } if (file.Contains ("src/proguard")) {