We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c11d3 commit 1680b64Copy full SHA for 1680b64
1 file changed
Directory.Build.props
@@ -56,12 +56,6 @@
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
- </PropertyGroup>
64
-
65
<PropertyGroup>
66
67
<DeterministicSourcePaths>true</DeterministicSourcePaths>
0 commit comments