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:
authorMatt Ward <matt.ward@microsoft.com>2019-12-03 20:51:36 +0300
committerMatt Ward <ward.matt@gmail.com>2019-12-10 00:56:22 +0300
commit0000af22f442292df35a53c1243d9a646ccf1649 (patch)
tree6edbfadcad3a9c4a537ea4502d3dfd4736fa6177 /main/Directory.Build.props
parentddcc864d7bcf913a4a86381687e4c3afe58940ff (diff)
[UnitTesting] Fix VS Test discovery failing
Downgraded VS Test from 16.4 to 16.2. The 16.4 version fails to discover tests. Test Discovery Console window has the error: Microsoft.VisualStudio.TestPlatform.ObjectModel.TestPlatformException: Testhost process exited with error: The application to execute does not exist: '' The more recent VS Test seems to not find the testhost.dll causing test discovery to fail. https://github.com/microsoft/vstest/issues/2260 VS Test 16.2 is used by .NET Core 3.1 SDK. Fixes VSTS #1030325 - VS Test discovery fails
Diffstat (limited to 'main/Directory.Build.props')
-rw-r--r--main/Directory.Build.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Directory.Build.props b/main/Directory.Build.props
index db4cb42ee8..7f3b96a752 100644
--- a/main/Directory.Build.props
+++ b/main/Directory.Build.props
@@ -14,7 +14,7 @@
<NuGetVersionCecil>0.10.1</NuGetVersionCecil>
<NuGetVersionErrorProneNetStructs>0.1.2</NuGetVersionErrorProneNetStructs>
<NuGetVersionMicrosoftTemplateEngine>3.0.0-rc1.19464.2</NuGetVersionMicrosoftTemplateEngine>
- <NuGetVersionMicrosoftTestPlatform>16.4.0</NuGetVersionMicrosoftTestPlatform>
+ <NuGetVersionMicrosoftTestPlatform>16.2.0</NuGetVersionMicrosoftTestPlatform>
<NuGetVersionMonoDevelopAnalyzers>0.1.0.2</NuGetVersionMonoDevelopAnalyzers>
<NuGetVersionNewtonsoftJson>12.0.2</NuGetVersionNewtonsoftJson>
<NuGetVersionNuGet>5.3.0-rtm.6192</NuGetVersionNuGet>