Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 813cb4b067 |
Vendored
+1
-1
@@ -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';
|
||||
|
||||
Vendored
+2183
-1603
File diff suppressed because one or more lines are too long
Vendored
+2195
-1897
File diff suppressed because one or more lines are too long
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user