Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2016-07-15 12:46:01 +0300
committerAlan McGovern <alan.mcgovern@gmail.com>2016-07-15 12:46:30 +0300
commit0a9ca148b5cccb7a778923ac15e2bc7fe320dfe3 (patch)
tree7edeae2b941e9ec0bd826999cdc604ab575ee792 /NuGet.config
parentf0a83357dff34a7a13b4ef6703cc70216a49b2b5 (diff)
[build] Ensure we always have the right sources for our nugets
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
new file mode 100644
index 0000000000..36961bd2b1
--- /dev/null
+++ b/NuGet.config
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<configuration>
+ <config>
+ <add key="repositorypath" value="packages" />
+ </config>
+ <packageSources>
+ <add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
+ </packageSources>
+</configuration>