Skip to content

Commit 3742740

Browse files
brettfobaronfel
authored andcommitted
update package feed url (#7459)
1 parent 697fedd commit 3742740

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

NuGet.config

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
<add key="interactive-window" value="https://dotnet.myget.org/F/interactive-window/api/v3/index.json" />
1919
<add key="vs-devcore" value="https://myget.org/F/vs-devcore/api/v3/index.json" />
2020
<add key="vs-editor" value="https://myget.org/F/vs-editor/api/v3/index.json" />
21-
<add key="vssdk" value="https://vside.myget.org/F/vssdk/api/v3/index.json" />
22-
<add key="vs-impl" value="https://vside.myget.org/F/vs-impl/api/v3/index.json" />
21+
<add key="vssdk" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json" />
22+
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
2323
<add key="roslyn_concord" value="https://myget.org/F/roslyn_concord/api/v3/index.json" />
24-
<add key="devcore" value="https://vside.myget.org/F/devcore/api/v3/index.json" />
2524
<add key="dotnet-windowsdesktop" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
2625
<add key="aspnet-aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
2726
<add key="aspnet-aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />

eng/Versions.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,9 @@
6060
https://dotnet.myget.org/F/interactive-window/api/v3/index.json;
6161
https://myget.org/F/vs-devcore/api/v3/index.json;
6262
https://myget.org/F/vs-editor/api/v3/index.json;
63-
https://vside.myget.org/F/vssdk/api/v3/index.json;
64-
https://vside.myget.org/F/vs-impl/api/v3/index.json;
63+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json;
64+
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json;
6565
https://myget.org/F/roslyn_concord/api/v3/index.json;
66-
https://vside.myget.org/F/devcore/api/v3/index.json;
6766
</RestoreSources>
6867
<!-- version numbers from files -->
6968
<RoslynVersion>$([System.IO.File]::ReadAllText('$(MSBuildThisFileDirectory)..\RoslynPackageVersion.txt').Trim())</RoslynVersion>

0 commit comments

Comments
 (0)