Skip to content

Commit

Permalink
Add repositorypath to NuGet config. (microsoft#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaoshiSha authored and miniksa committed May 7, 2019
1 parent ec38580 commit d5b8e7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit d5b8e7c

Please sign in to comment.