Skip to content

Commit 14d6ff9

Browse files
committed
Fix output path when building from command line
1 parent e252d85 commit 14d6ff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Directory.Build.props

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project>
22
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
34
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
45
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
56
</PropertyGroup>

0 commit comments

Comments
 (0)