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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-12-09 02:04:54 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-01-14 09:26:09 +0300
commit55c2986b8ecec4a51460df1f17b3c4a4c6f9075d (patch)
tree6dc3a2cd02f259a8ee124747d16cac5d2ffa1692 /NuGet.config
parentfb10719ef1f6072949aa4fa96dfc2a3fde9b11a6 (diff)
[build] Add Roslyn nightlies NuGet feed
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config2
1 files changed, 2 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index 673a29f0e9..632f8ac9e7 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -2,6 +2,8 @@
<configuration>
<packageSources>
<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
+ <add key="Nuget Official" value ="https://api.nuget.org/v3/index.json" />
+ <add key="Roslyn Nightlies" value ="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
</packageSources>
</configuration>