JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test results not being reported with .NET CLI 2.1 release

NikolayPianikov opened this issue · comments

TeamCity does not pass --verbosity argument now.

It uses:

  • /p:VSTestVerbosity=... for VSTest target with level normal or with more detailed level
  • /l:TeamCity.MSBuild.Logger.TeamCityMSBuildLogger,path\TeamCity.MSBuild.Logger.dll;TeamCity;verbosity=... for TeamCity MSBuild logger