I have set up NugetGallery https://github.com/NuGet/NuGetGallery on my own server and am able to access the UI and perform all operations. However, I have been unable to locate the link that needs to be added to the Visual Studio NuGet package source. Despite extensive searching, I have not been able to find any documentation about it. Could you please assist me in resolving this issue?
I've used https://github.com/NuGet/NuGetGallery#deploy-locally this Deploy locally portion to deploy NugetGallery
I've tried with https://rnd-ws.osl.team:4445/v3/index.json, which gives an error.Error screenshot
Also, I've tried with https://rnd-ws.osl.team:4445/api/v2/, which does not give an error but does not find any package that I've uploaded.