Skip to content

Commit c9da274

Browse files
committed
chore: Set PackageOutputPath to packages/ if BuildingInsideVisualStudio=true
1 parent 33a0f4b commit c9da274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings/sln.build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<PropertyGroup>
44
<DirectoryPackagesPropsPath>$([MSBuild]::NormalizePath('$(SolutionDir)', 'Directory.Packages.props'))</DirectoryPackagesPropsPath>
5+
<PackageOutputPath Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">$([MSBuild]::NormalizePath('$(SolutionDir)', 'packages'))</PackageOutputPath>
56
</PropertyGroup>
67

78
<PropertyGroup Label="Prepare Directories">

0 commit comments

Comments
 (0)