4
Due to a huge problem that happens here in the company, such as package dependencies, so the company decided to create a NuGet
private, which runs locally. The purpose of this is when anyone downloads the source code of our apps, they already miss some DLL
and goes in the directory of Nuget
and already does the installation or suggests the installation of DLL
. The problem is that I don’t even know where to start. Someone has already done this?
You want to mount the private server, the packages, or you want to know about both?
– Leonel Sanches da Silva
To mount the private repository just follow these steps. https://docs.nuget.org/create/hosting-your-own-nuget-feeds
– Leandro Angelo
@Ciganomorrisonmendez, exactly that. Leandro Angelo passed me a link that vpou take a look and see if it meets, but open to suggestions.
– pnet
Exactly what? Building packages, hosting a feed or both?
– Leonel Sanches da Silva
@Ciganomorrisonmendez, then it would be both, but what is being asked is something smarter, that is, it detect the need for that dependency and install the package.
– pnet