Skip to content

Commit 0a51e0b

Browse files
committed
Specific trx and results directory for test result reporting
1 parent d1af6cb commit 0a51e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/tests/helixpublish.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</MSBuild>
4848
<ItemGroup>
4949
<HostTestProject>
50-
<Command>dotnet test $([System.IO.Path]::GetFileName($(_TargetPath))) $(TestRunnerAdditionalArguments)</Command>
50+
<Command>dotnet test $([System.IO.Path]::GetFileName($(_TargetPath))) $(TestRunnerAdditionalArguments) --logger trx --results-directory .</Command>
5151
<PayloadDirectory>$(_PayloadDirectory)</PayloadDirectory>
5252
</HostTestProject>
5353
</ItemGroup>

0 commit comments

Comments
 (0)