I want to enable NuGet package manager through the command line but I am not sure how to do it.
We have a Jenkins pipeline that installs MSBuild15 BuildTools (using choco commands) and I need to enable NuGet package manager as part of the automated script.
If I enable it directly on the server/agent then the compilation of the solution is successful but I need to automate this step.
I have attached an image of what it looks like through vs_installer ->Image of VS Installer, what i need to enable through command line