I am trying to install Nuget packages via the cmd because our program runs on multiples VMs which chosen randomly. Some of these VMs have Nuget installed and have a NuGet.Config file which installs the packages in a folder my project cannot detect.
I created my own NuGet.Config and put in the root of my project folder, I tested it locally and everything works fine. I want something like "nuget.exe -configfile NuGet.Config" so that the packages will be installed in my project folder as I configured. Any help?