Skip to content

Commit 9f0bd8d

Browse files
committed
need nuget config for packages dir
1 parent 6d826c8 commit 9f0bd8d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<config>
4+
<add key="repositorypath" value="..\..\packages" />
5+
</config>
6+
<packageSources>
7+
<add key="nugetorg" value="http://nuget.org/api/v2" />
8+
<add key="local" value="e:\work\github\azure-sdk-for-net\binaries\packages" />
9+
</packageSources>
10+
11+
</configuration>

0 commit comments

Comments
 (0)