Update the link to the .Net Core releases index file (#337)

pull/344/head v3.0.3
MaksimZhukov 3 years ago committed by GitHub
parent 501b34e8f6
commit 607fce577a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2596
dist/index.js vendored

File diff suppressed because it is too large Load Diff

@ -107,7 +107,7 @@ export class DotnetVersionResolver {
} }
static DotNetCoreIndexUrl: string = static DotNetCoreIndexUrl: string =
'https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/releases-index.json'; 'https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json';
} }
export class DotnetCoreInstaller { export class DotnetCoreInstaller {

Loading…
Cancel
Save