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:
authorKirill Osenkov <github@osenkov.com>2019-08-16 01:32:18 +0300
committerKirill Osenkov <github@osenkov.com>2019-08-16 01:32:18 +0300
commit28c999b137f03d0716990aa63fcb20c2927b60a4 (patch)
treed166a7692d47b1ce1e632274925f9320dce69f67
parentfb1b3652a9f98b6c5ea3bc63a267773338938506 (diff)
Move to the new public feeds for vssdk and vs-impl.
Old vside.myget.org feeds will be decommissioned soon.
-rw-r--r--NuGet.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/NuGet.config b/NuGet.config
index d959037aad..34d29f997d 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -5,8 +5,8 @@
<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="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
+ <add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="VS Editor Legacy" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
<add key="NuGetizer3000" value="https://ci.appveyor.com/nuget/nugetizer3000" />
<add key="VSTest" value="https://dotnet.myget.org/F/vstest/" />