I have created a NuGet package and want to host on my Ubuntu machine. My machine is is organization network.
I deployed my NuGet package on IIS Express in Windows machine.
Now, we are switching to Ubuntu machine, I want to publish my NuGet package on my machine so everyone in organization can use NuGet package.
How do I achieve this?
Azure Artifacts is out of option.
Microsoft Document suggested to use nginx but I'm not able go through it.