File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4343 <Delete Files =" $(TrxTestResultsFile);$(HtmlTestResultsFile)" />
4444
4545 <!-- xUnit writes to STDERR (test name) and STDOUT (error message, stack). STDERR gets logged as an error. -->
46- <Exec Command =' $(TestRunner) --verbosity normal --nologo --logger "trx;logfilename=$(TrxTestResultsFile)" --logger "html;logfilename=$(HtmlTestResultsFile)" $(TargetPath)' LogStandardErrorAsError =" true" IgnoreExitCode =" true" >
46+ <Exec Command =' $(TestRunner) --verbosity diagnostic --nologo --logger "trx;logfilename=$(TrxTestResultsFile)" --logger "html;logfilename=$(HtmlTestResultsFile)" $(TargetPath)' LogStandardErrorAsError =" true" IgnoreExitCode =" true" >
4747 <Output TaskParameter =" ExitCode" PropertyName =" ExitCode" />
4848 </Exec >
4949
You can’t perform that action at this time.
0 commit comments