We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d826c8 commit 9f0bd8dCopy full SHA for 9f0bd8d
src/ResourceManager/ServerManagement/NuGet.Config
@@ -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