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:
authorMarius Ungureanu <marius.ungureanu@xamarin.com>2019-06-18 14:29:52 +0300
committerGitHub <noreply@github.com>2019-06-18 14:29:52 +0300
commit29202177fc701aad1868c3e35ca962632e6bfafd (patch)
tree9fdb4e671ac4b0106e3b95efe3f7359867019f91 /NuGet.config
parent5756b30860035a3bbf0fc1fca46c8b41bd42a7d9 (diff)
Comment out one NuGet source from config (#7909)
Should improve nuget restore performance a bit.
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config4
1 files changed, 3 insertions, 1 deletions
diff --git a/NuGet.config b/NuGet.config
index d959037aad..ca56e0ca9f 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,7 +4,6 @@
<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="roslyn-analyzers" value="https://dotnet.myget.org/F/roslyn-analyzers/api/v3/index.json" />
- <add key="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" />
<add key="VS Editor" value="https://vside.myget.org/F/vssdk/api/v3/index.json" />
<add key="VS Editor Impl" value="https://vside.myget.org/F/vs-impl/api/v3/index.json" />
<add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
@@ -14,5 +13,8 @@
<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" />
+ <!--
+ <add key="Roslyn VSForMac" value="https://dotnet.myget.org/F/roslyn-for-vs-for-mac/api/v3/index.json" />
+ -->
</packageSources>
</configuration>