We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PackageOutputPath
packages/
BuildingInsideVisualStudio=true
1 parent 33a0f4b commit c9da274Copy full SHA for c9da274
settings/sln.build.props
@@ -2,6 +2,7 @@
2
3
<PropertyGroup>
4
<DirectoryPackagesPropsPath>$([MSBuild]::NormalizePath('$(SolutionDir)', 'Directory.Packages.props'))</DirectoryPackagesPropsPath>
5
+ <PackageOutputPath Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">$([MSBuild]::NormalizePath('$(SolutionDir)', 'packages'))</PackageOutputPath>
6
</PropertyGroup>
7
8
<PropertyGroup Label="Prepare Directories">
0 commit comments