You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a restriction of accessing Internet on the server, and there is no nuget feed.
Project A gets packed into Nuget packed (used as extension tool for dotnet command - dotnet tool install....).
Since the server has no Internet, as soon as the process of installing the new tool (that is wrapped into the nuget package that I uploaded to the server) it tries to restore all Nuget references that Project A used.
So the question is how do I make the packaging of Project A include assemblies from ALL Nuget packages that Project A uses, to avoid the installation of the dotnet tool to fail when it tries to restore them from Nuget feed.
I see people are writing various recommendation when you want to package OTHER PRojects, but I can't seem to find any solution to bundling all nuget dependencices into a nuget package :/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a restriction of accessing Internet on the server, and there is no nuget feed.
Project A gets packed into Nuget packed (used as extension tool for dotnet command - dotnet tool install....).
Since the server has no Internet, as soon as the process of installing the new tool (that is wrapped into the nuget package that I uploaded to the server) it tries to restore all Nuget references that Project A used.
So the question is how do I make the packaging of Project A include assemblies from ALL Nuget packages that Project A uses, to avoid the installation of the dotnet tool to fail when it tries to restore them from Nuget feed.
I see people are writing various recommendation when you want to package OTHER PRojects, but I can't seem to find any solution to bundling all nuget dependencices into a nuget package :/
tnx in advance,
Luka
Beta Was this translation helpful? Give feedback.
All reactions