mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-01-18 14:21:44 +07:00
new cdn updates
This commit is contained in:
parent
e4c228a841
commit
813cb4b067
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -93821,7 +93821,7 @@ class DotnetVersionResolver {
|
||||
}
|
||||
}
|
||||
exports.DotnetVersionResolver = DotnetVersionResolver;
|
||||
DotnetVersionResolver.DotnetCoreIndexUrl = 'https://dotnetcli.azureedge.net/dotnet/release-metadata/releases-index.json';
|
||||
DotnetVersionResolver.DotnetCoreIndexUrl = 'https://builds.dotnet.microsoft.com/dotnet/release-metadata/releases-index.json';
|
||||
class DotnetInstallScript {
|
||||
constructor() {
|
||||
this.scriptName = utils_1.IS_WINDOWS ? 'install-dotnet.ps1' : 'install-dotnet.sh';
|
||||
|
3786
externals/install-dotnet.ps1
vendored
3786
externals/install-dotnet.ps1
vendored
File diff suppressed because one or more lines are too long
4092
externals/install-dotnet.sh
vendored
4092
externals/install-dotnet.sh
vendored
File diff suppressed because one or more lines are too long
@ -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 DotnetInstallScript {
|
||||
|
Loading…
Reference in New Issue
Block a user