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:
authorMatt Ward <matt.ward@xamarin.com>2016-10-13 20:58:39 +0300
committerMatt Ward <matt.ward@xamarin.com>2016-10-13 20:58:39 +0300
commitfe3af8325ce6e0df2bcbed80aa18aa376b9572af (patch)
tree4cfe358ad21fd97b2116898059a1c50dfe5ac6f1 /NuGet.config
parentb42c648237bd9db7d6003525361588affcb4e110 (diff)
[build] Add NuGetizer3000 package source to NuGet.Config
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/NuGet.config b/NuGet.config
index c616c8e4f7..673a29f0e9 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -2,5 +2,6 @@
<configuration>
<packageSources>
<add key="Nuget Official" value ="https://www.nuget.org/api/v2/" />
+ <add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
</packageSources>
</configuration>