Skip to content

Commit 454c668

Browse files
committed
Directory.Build.props: Remove default obj folder output
It caused problems with `dotnet try verify`, getting inconsistent results. Also, we no longer need it as we no longer have multiple .csproj files in the same folder.
1 parent e9f68bd commit 454c668

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<Project>
22
<!-- This file will be implicitly linked by all projects in folder -folders -->
33
<PropertyGroup>
4-
<!-- Avoid sharing obj folder with multiple .csproj files in same folder -->
5-
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj/$(MSBuildProjectName)</BaseIntermediateOutputPath>
4+
<!-- Default to output to Artifacts folder -->
65
<OutputPath>$(MSBuildThisFileDirectory)Artifacts/$(MSBuildProjectName)</OutputPath>
76
</PropertyGroup>
87

0 commit comments

Comments
 (0)