Skip to content

Commit 797ff13

Browse files
authored
Update Directory.Build.props
1 parent d4791dc commit 797ff13

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@
5656
<Deterministic>true</Deterministic>
5757
</PropertyGroup>
5858

59+
<!-- redirecting test project output to a separate folder -->
5960
<PropertyGroup Condition="'$(IsTestProject)'=='true'">
6061
<BaseOutputPath>$(BaseOutputPath)Tests/</BaseOutputPath>
62+
<OutputPath>$(BaseOutputPath)$(MSBuildProjectName)/bin/$(Configuration)/$(TargetFramework)</OutputPath>
6163
</PropertyGroup>
6264

6365
<PropertyGroup>

0 commit comments

Comments
 (0)