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 43
43
<Delete Files =" $(TrxTestResultsFile);$(HtmlTestResultsFile)" />
44
44
45
45
<!-- 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" >
47
47
<Output TaskParameter =" ExitCode" PropertyName =" ExitCode" />
48
48
</Exec >
49
49
You can’t perform that action at this time.
0 commit comments