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 a393225 commit 9df0303Copy full SHA for 9df0303
test/Directory.Build.props
@@ -14,7 +14,7 @@
14
15
<PropertyGroup Condition="'$(ContinuousIntegrationBuild)' == 'true'">
16
<VSTestResultsDirectory>$(OutRoot)log/test_results/$(Configuration)</VSTestResultsDirectory>
17
- <VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger>
+ <VSTestLogger>trx%3bLogFileName=$(MSBuildProjectName)_$(TargetFramework).trx</VSTestLogger>
18
</PropertyGroup>
19
20
</Project>
0 commit comments