Skip to content

Commit 9df0303

Browse files
committed
Update trx path
1 parent a393225 commit 9df0303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<PropertyGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
1616
<VSTestResultsDirectory>$(OutRoot)log/test_results/$(Configuration)</VSTestResultsDirectory>
17-
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger>
17+
<VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName)_$(TargetFramework).trx</VSTestLogger>
1818
</PropertyGroup>
1919

2020
</Project>

0 commit comments

Comments
 (0)