We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4791dc commit 797ff13Copy full SHA for 797ff13
1 file changed
Directory.Build.props
@@ -56,8 +56,10 @@
56
<Deterministic>true</Deterministic>
57
</PropertyGroup>
58
59
+ <!-- redirecting test project output to a separate folder -->
60
<PropertyGroup Condition="'$(IsTestProject)'=='true'">
61
<BaseOutputPath>$(BaseOutputPath)Tests/</BaseOutputPath>
62
+ <OutputPath>$(BaseOutputPath)$(MSBuildProjectName)/bin/$(Configuration)/$(TargetFramework)</OutputPath>
63
64
65
<PropertyGroup>
0 commit comments