fixup! Update dotnet-install scripts to support installing the ASP.NET Core runtime

This commit is contained in:
Nate McMaster 2018-01-05 16:38:57 -08:00
parent 296e0ae57f
commit db361c6c55

View file

@ -249,7 +249,7 @@ function Get-Latest-Version-Info([string]$AzureFeed, [string]$Channel, [bool]$Co
if ($Runtime -eq "dotnet") {
$VersionFileUrl = "$UncachedFeed/Runtime/$Channel/latest.version"
}
elseif ($Runtime -eq "aspnetcore") {
elseif ($Runtime) {
$VersionFileUrl = "$UncachedFeed/Runtime/$Channel/latest.$Runtime.version"
}
else {