Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

NuGet 5.7.0.6726 - How to install package to a fixed location

$
0
0

I have .netcore solution with all .netcore propjects. I have an Nuget.config file on the solution root directory that have the following keys:

<config><add key="globalPackagesFolder" value="packages" /><add key="repositoryPath" value="packages" /> </config>

I have an internally produced package that get produced very frequently (multiple times a day). Package name will change every quarter. When I install this package it get installed into: SolutionRoot\packages\PackageName\PackageVersion

I would like to have this package always install to SolutionRoot\packages\FixedName. Is this possible ?


Viewing all articles
Browse latest Browse all 3067

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>