Skip to content

Commit 049f29c

Browse files
committed
Revert "Temporary remove trx logger to check CI"
This reverts commit b0c9a3e.
1 parent 61f4b07 commit 049f29c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)