Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-12-14 04:32:50 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-12-14 04:35:07 +0400
commit2e26b098dedaa566b1bee65b02875716c6e64a93 (patch)
treee5af810a757321ba0b7539a23cd0bb9b3305ed90 /main/tests
parentc114e45625f4930a2e04b0b1aceac7e7b9d3d707 (diff)
[MSBuild] Ignore VS2013 build test, xbuild doesn't support it
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs b/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
index d5e0905cb9..0fadff2292 100644
--- a/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
+++ b/main/tests/UnitTests/MonoDevelop.Projects/MSBuildTests.cs
@@ -410,6 +410,7 @@ namespace MonoDevelop.Projects
LoadBuildVSConsoleProject ("2012");
}
+ [Ignore ("ToolsVersion 12.0 does not yet work w/ xbuild")]
[Test]
public void LoadVS2013ConsoleProject ()
{