I am seeing in the VS 2013 Preview that either through the Manage NuGet Packages Dialog or the Package Manager Console that my .nuget\nuget.config custom repository path is not being used and always goes into my $(SolutionDir)\packages folder. I am running the latest and greatest 2.6 Nuget VSIX and command line tools. I am not having this issue with VS 2012. Is this just a missing feature in the VS 2013 VSIX install compared to 2012?
Comments: Having the same issue using Visual Studio 2013 Preview (12.0.20623.01) and NuGet 2.6.40529.71. My solution file is located at ```.\Source\Application.sln```. I have the following setting in my ```.\Source\.nuget\NuGet.config``` file:  But still, NuGet packages are restored in the default folder ```.\Source\packages``` instead of .\Packages:  Any ideas how to deal with it? It seems like ```repositoryPath``` settings is ignored in the NuGet's UI panel.
Comments: Having the same issue using Visual Studio 2013 Preview (12.0.20623.01) and NuGet 2.6.40529.71. My solution file is located at ```.\Source\Application.sln```. I have the following setting in my ```.\Source\.nuget\NuGet.config``` file:  But still, NuGet packages are restored in the default folder ```.\Source\packages``` instead of .\Packages:  Any ideas how to deal with it? It seems like ```repositoryPath``` settings is ignored in the NuGet's UI panel.