We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba99b42 commit e39a891Copy full SHA for e39a891
src/Microsoft.Deployment.DotNet.Releases/src/ProductCollection.cs
@@ -19,7 +19,7 @@ public sealed class ProductCollection : ReadOnlyCollection<Product>
19
/// <summary>
20
/// The default URL of the releases index file.
21
/// </summary>
22
- public static readonly Uri ReleasesIndexDefaultUrl = new Uri("https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json");
+ public static readonly Uri ReleasesIndexDefaultUrl = new Uri("https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json");
23
24
25
/// Creates a new <see cref="ProductCollection"/> instance.
0 commit comments