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 @@ -239,7 +239,7 @@ function Test() {
239239 testbatchsuffix=" _batch$testbatch "
240240 fi
241241 testlogpath=" $artifacts_dir /TestResults/$configuration /${projectname} _$targetframework$testbatchsuffix .trx"
242- args=" test \" $testproject \" --no-build -c $configuration -f $targetframework --logger \" console;verbosity=normal\" --blame-hang-timeout 5minutes --results-directory $artifacts_dir /TestResults/$configuration "
242+ args=" test \" $testproject \" --no-build -c $configuration -f $targetframework --logger \" trx;LogFileName= $testlogpath \" --logger \" console;verbosity=normal\" --blame-hang-timeout 5minutes --results-directory $artifacts_dir /TestResults/$configuration "
243243
244244 if [[ " $testbatch " != " " ]]; then
245245 args=" $args --filter batch=$testbatch "
You can’t perform that action at this time.
0 commit comments