From 8a4bd4c9a868d5fb051b3539de9c9fd40975b57a Mon Sep 17 00:00:00 2001 From: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com> Date: Mon, 23 Dec 2024 16:10:08 -0600 Subject: [PATCH] Update new cdn --- src/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index 2a9db2c..02331ef 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -122,7 +122,7 @@ export class DotnetVersionResolver { } static DotNetCoreIndexUrl = - 'https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json'; + 'https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json'; } export class DotnetCoreInstaller {