Skip to content

Commit 6209239

Browse files
authored
Merge pull request #441 from AArnott/fixPackageOutputPath
Fix PackageOutputPath in local builds
2 parents e5998d8 + 61a29aa commit 6209239

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
5+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
56
<PackageOutputPath>$(MSBuildThisFileDirectory)build\$(Configuration)\</PackageOutputPath>
67
</PropertyGroup>
78

0 commit comments

Comments
 (0)