VSTestLogger msbuild property is not respected #440
Labels
Content-Length: 228196 | pFad | http://github.com/xunit/visualstudio.xunit/issues/440
E7Fetched URL: http://github.com/xunit/visualstudio.xunit/issues/440
Alternative Proxies:
Silly question (for the life of me, couldn't find definitive answer reading through other issues).
Setting
<VSTestLogger>
property in csproj file only has effect withdotnet test
, not by running tests in visual studio.Placing corresponding
LoggerRunSettings
into.runsettings
file applies to both cases.Is there a way to supply a logger via some msbuild property, that is respected when running tests in VS?
Sometimes when test fails while running in VS - i see
Open log file
link that takes me to the failure - looking for this ability to provide custom path/loggerUsing
xunit 2.9.0
andxunit.runner.visualstudio 3.0.1
.The text was updated successfully, but these errors were encountered: