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 00:44:44 +0300
committerKirill Osenkov <github@osenkov.com>2019-08-16 00:44:44 +0300
commit4cae18a0eacafbfcb62fa90021ebb8d183dcb23a (patch)
tree3eb5d9049abd3123b3215a8d6dea47d3d44f5b1e /NuGet.config
parentf7433a5f170eef52dccc69c5fb5f05645a806886 (diff)
Move to the new public feeds for vssdk and vs-impl.
Old vside.myget.org feeds will be deprecated soon.
Diffstat (limited to 'NuGet.config')
-rw-r--r--NuGet.config7
1 files changed, 2 insertions, 5 deletions
diff --git a/NuGet.config b/NuGet.config
index ca56e0ca9f..98c896f0cc 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -4,8 +4,8 @@
<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="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/" />
@@ -13,8 +13,5 @@
<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>