Skip to content

Commit b2d5c0c

Browse files
authored
Update URL for releases-index.json (#419) (#423)
1 parent a956618 commit b2d5c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.Deployment.DotNet.Releases/src/ProductCollection.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public sealed class ProductCollection : ReadOnlyCollection<Product>
1919
/// <summary>
2020
/// The default URL of the releases index file.
2121
/// </summary>
22-
public static readonly Uri ReleasesIndexDefaultUrl = new Uri("https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json");
22+
public static readonly Uri ReleasesIndexDefaultUrl = new Uri("https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json");
2323

2424
/// <summary>
2525
/// Creates a new <see cref="ProductCollection"/> instance.

0 commit comments

Comments
 (0)