From 0cbd3aac94aeb918c40d1c82f6336bb50c33380c Mon Sep 17 00:00:00 2001 From: Brandon Ording Date: Sat, 4 Jul 2015 18:19:16 -0400 Subject: [PATCH] Explicitly set xUnit MSBuild WorkingFolder property It seems that the xUnit.net 2.0 MSBuild test runner does not play nicely with mono 3.12.1, which is being used on the linux Travis CI builds. Setting this property appears to stop the intermittent failures by preventing xUnit from forgetting how to find the Resources folder in the middle of running the tests. --- CI/build.msbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/build.msbuild b/CI/build.msbuild index 77717ee6d..97c503354 100644 --- a/CI/build.msbuild +++ b/CI/build.msbuild @@ -37,7 +37,7 @@ - +