When I run the following command:
C:\Path\Folder> ..\Tools\NuGet\2.5\NuGet.exe install EnterpriseLibrary.Logging -ConfigFile C:\Path\NuGet.config
And the NuGet.config file contains this:
<repositoryPath>.\Packages</repositoryPath>
The path is being ignored. Instead, the packages are installed directly under the "Folder" directory from which the command were executed. I expected them to be installed to C:\Path\Packages (the combination of the path containing the NuGet.config file, "C:\Path" and the relative path specified ".\Packages")
This appears to be a regression.
C:\Path\Folder> ..\Tools\NuGet\2.5\NuGet.exe install EnterpriseLibrary.Logging -ConfigFile C:\Path\NuGet.config
And the NuGet.config file contains this:
<repositoryPath>.\Packages</repositoryPath>
The path is being ignored. Instead, the packages are installed directly under the "Folder" directory from which the command were executed. I expected them to be installed to C:\Path\Packages (the combination of the path containing the NuGet.config file, "C:\Path" and the relative path specified ".\Packages")
This appears to be a regression.