I have a Nuget package N
in private repo R
.The .Net core project P
uses N
and is deployed to a server that doesn't have access to R
.How can I add N
to P
locally so it doesn't have to install N
from R
whenever built?
↧
Select Nuget package from local rather than downloading from the repo
↧