JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building with .NET Core SDK 2.2.200 fails with Could not find a test logger with AssemblyQualifiedName, URI or FriendlyName 'logger://teamcity/'

flcdrg opened this issue · comments

.NET Core 2.2.200 (which is included in Visual Studio 2019) changes how MSBuildToolsVersion is defined.

This presumably means that https://github.com/JetBrains/TeamCity.VSTest.TestAdapter/blob/master/TeamCity.VSTest.TestLogger/TeamCity.VSTest.TestAdapter.props needs updating to match the new Current value

Sorry, wrong repo. Reposted issue to JetBrains/TeamCity.VSTest.TestAdapter#31