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>2019-03-13 12:52:50 +0300
committerMatt Ward <matt.ward@xamarin.com>2019-03-13 13:02:45 +0300
commitedea1fcd43d68509346b568abfe1886f8142a5d4 (patch)
treefba69872c36064b8c6b53c85c0030eea643da457 /NuGet.config
parentc7d0dea81b7bbded47eacf6358a0da2c92efd879 (diff)
[NuGet] Update to NuGet 4.8.2.
Update to NuGet 4.8.2-rtm.5835
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 b0a1d6b431..223852ae77 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -12,5 +12,6 @@
<add key="Templating" value="https://dotnet.myget.org/F/templating/" />
<add key="Azure AppService" value="https://www.myget.org/F/azure-appservice/api/v3/index.json" />
<add key="MSBuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
+ <add key="nuget-build" value="https://dotnet.myget.org/F/nuget-build/api/v3/index.json" />
</packageSources>
</configuration>