mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 14:45:09 +00:00
Replace value of DotNetCoreIndexUrl with CDN URL
This commit is contained in:
parent
4d4a70f4a5
commit
d047a2ae3e
1044
dist/index.js
vendored
1044
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -107,7 +107,7 @@ export class DotnetVersionResolver {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user