Fix the problem that "nuget restore" may not pull the packages in correct folder

This commit is contained in:
tqin 2016-01-07 12:25:35 +08:00
Родитель 6e5a7db7ea
Коммит 71de5e82a0
1 изменённых файлов: 3 добавлений и 0 удалений

3
csharp/nuget.config Normal file
Просмотреть файл

@ -0,0 +1,3 @@
<settings>
<repositoryPath>packages</repositoryPath>
</settings>