Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit f738fe7

Browse files
committed
Build all packages to the same directory
1 parent 3c4395f commit f738fe7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
44
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
5+
<PackageOutputPath>$(MSBuildThisFileDirectory)..\bin\Packages\$(Configuration)\</PackageOutputPath>
56
<PackageProjectUrl>https://github.com/aarnott/CodeGeneration.Roslyn</PackageProjectUrl>
67
<Company>Andrew Arnott</Company>
78
<Copyright>Copyright © Andrew Arnott</Copyright>

0 commit comments

Comments
 (0)