Skip to content

Commit 1680b64

Browse files
authored
Update Directory.Build.props
1 parent 82c11d3 commit 1680b64

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Directory.Build.props

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

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-
6559
<PropertyGroup>
6660
<Deterministic>true</Deterministic>
6761
<DeterministicSourcePaths>true</DeterministicSourcePaths>

0 commit comments

Comments
 (0)