Skip to content

Commit 2959506

Browse files
brettfocartermp
authored andcommitted
update package feed url (#7468)
1 parent dc8bc8d commit 2959506

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

NuGet.config

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,15 @@
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" />
24+
<add key="dotnet-windowsdesktop" value="https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json" />
25+
<add key="aspnet-aspnetcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json" />
26+
<add key="aspnet-aspnetcore-tooling" value="https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json" />
27+
<add key="aspnet-entityframeworkcore" value="https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json" />
28+
<add key="aspnet-extensions" value="https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json" />
29+
<add key="gRPC repository" value="https://grpc.jfrog.io/grpc/api/nuget/v3/grpc-nuget-dev" />
2530
</packageSources>
2631
<disabledPackageSources>
2732
<clear />

eng/Versions.props

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

0 commit comments

Comments
 (0)