We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1af6cb commit 0a51e0bCopy full SHA for 0a51e0b
src/installer/tests/helixpublish.proj
@@ -47,7 +47,7 @@
47
</MSBuild>
48
<ItemGroup>
49
<HostTestProject>
50
- <Command>dotnet test $([System.IO.Path]::GetFileName($(_TargetPath))) $(TestRunnerAdditionalArguments)</Command>
+ <Command>dotnet test $([System.IO.Path]::GetFileName($(_TargetPath))) $(TestRunnerAdditionalArguments) --logger trx --results-directory .</Command>
51
<PayloadDirectory>$(_PayloadDirectory)</PayloadDirectory>
52
</HostTestProject>
53
</ItemGroup>
0 commit comments