asp.netnuget-packagenuget-servernugetgallery

NuGet Server - Access custom private NuGet gallery based on dynamic Feed URL


I need to provide private NuGet patch for the customers. We have more number of customers. We are in the position to provide different NuGet Patch to all needed customers. Now, I have followed below approach for provide NuGet patch

Web.Config

 <appSettings>
<add key="requireApiKey" value="true" />
<add key="apiKey" value="" />
<add key="packagesPath" value="~/NugetPackages/customer1" />
<add key="enableSimpleMembership" value="false" />
<add key="" />
</appSettings>

I want to know other possibilities for to achieve this. My query is

For Example

Is this possible or not? Could you please share your ideas?

Thanks in Advance

Mathan


Solution

  • I have posted same query in NuGet GitHub, I got some response. In NuGet server not yet released dynamic Feed URL feature, this is in development stage. I have shared that link here

    https://github.com/NuGet/NuGetGallery/issues/3520

    Regards, Mathan