Hi there,
I'm having some problems with one of my projects where the NuGet directory is required to be at the root of the hard drive.
However, whilst the projects get loaded on the same drive, NuGet itself is doing its work on a different drive (nominally my C:\).
This results in errors such as the one below:
Quote:This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information see
http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is \NuGet\Packages\NUnit.3.12.0\build\NUnit.props.
I've confirmed that this file exists on my D:\ but not on my C:\, however, my org rules prevent me from checking out on the C:\ so I'm stuck on getting this working on this particular project.
How do I change the location of the NuGet work folder to be one of my choosing?
Thanks in advance, Dan