From d059dfce56b0f92d2fab00c126d0055739815205 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 12 Jan 2018 17:05:54 +0100 Subject: [PATCH] [xharness] Run mtouch and mmp tests when there are MSBuild changes. (#3209) In particular the mmp tests build a lot of project files, which means they can find issues whenever something in the MSBuild logic changes, so run them. They would have caught https://github.com/xamarin/maccore/issues/612 for instance. --- tests/xharness/Jenkins.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/xharness/Jenkins.cs b/tests/xharness/Jenkins.cs index 22050d9444..3d27652877 100644 --- a/tests/xharness/Jenkins.cs +++ b/tests/xharness/Jenkins.cs @@ -345,6 +345,7 @@ namespace xharness "src/ObjCRuntime/Registrar.cs", "external/mono", "external/llvm", + "msbuild", }; var mmp_prefixes = new string [] { "tests/mmptest", @@ -354,6 +355,7 @@ namespace xharness "tools/linker", "src/ObjCRuntime/Registrar.cs", "external/mono", + "msbuild", }; var bcl_prefixes = new string [] { "tests/bcl-test",