Add local nuget packages
[platform/core/dotnet/build-tools.git] / tools / nuget / NuGet.Config
1 <?xml version="1.0" encoding="utf-8"?>
2 <configuration>
3   <packageSources>
4     <add key="local" value="/nuget" />
5   </packageSources>
6 </configuration>
7