Add repositorypath to NuGet config. (#503)

This commit is contained in:
Xiaoshi Sha 2019-05-08 04:01:49 +08:00 committed by Michael Niksa
parent ec38580042
commit d5b8e7c32f
1 changed files with 3 additions and 0 deletions

View File

@ -11,4 +11,7 @@
<!--<add key="TAEF - internal" value="https://microsoft.pkgs.visualstudio.com/DefaultCollection/_packaging/Taef/nuget/v3/index.json" />
<add key="OpenConsole - Internal" value="https://microsoft.pkgs.visualstudio.com/_packaging/OpenConsole/nuget/v3/index.json" />-->
</packageSources>
<config>
<add key="repositorypath" value=".\packages" />
</config>
</configuration>