Merge pull request #441 from AArnott/fixPackageOutputPath

Fix PackageOutputPath in local builds
This commit is contained in:
Toni Solarin-Sodara
2019-06-02 21:12:23 +01:00
committed by GitHub
+1
View File
@@ -2,6 +2,7 @@
<Project>
<PropertyGroup>
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<PackageOutputPath>$(MSBuildThisFileDirectory)build\$(Configuration)\</PackageOutputPath>
</PropertyGroup>