File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ namespace ReleaseValues;
44
55public static class Values
66{
7- public const string RELEASE_INDEX_URL = "https://dotnetcli.blob.core.windows.net /dotnet/release-metadata/releases-index.json" ;
7+ public const string RELEASE_INDEX_URL = "https://builds.dotnet.microsoft.com /dotnet/release-metadata/releases-index.json" ;
88}
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ namespace ReleaseValues;
44
55public static class Values
66{
7- public const string RELEASE_INDEX_URL = "https://dotnetcli.blob.core.windows.net /dotnet/release-metadata/releases-index.json" ;
7+ public const string RELEASE_INDEX_URL = "https://builds.dotnet.microsoft.com /dotnet/release-metadata/releases-index.json" ;
88}
You can’t perform that action at this time.
0 commit comments