I\'m trying to build a solution with packages content missing (except repositories.config inside) with MSBuild 12.0. I expect it to auto restore al
packages
repositories.config
I had an issue with nuget packages not being included in a scripted nightly build that builds the sln file using devenv.exe.
I followed the advice from Microsoft, and the key step was updating the NuGet config in %AppData%/NuGet so that it contained:
%AppData%/NuGet