Skip to content

Instantly share code, notes, and snippets.

@kangaroo
Created January 23, 2016 06:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kangaroo/c07d053b6200d34f47a4 to your computer and use it in GitHub Desktop.
Save kangaroo/c07d053b6200d34f47a4 to your computer and use it in GitHub Desktop.
diff --git a/src/scripts/install-cli.ps1 b/src/scripts/install-cli.ps1
index 58357fc..a4f1036 100644
--- a/src/scripts/install-cli.ps1
+++ b/src/scripts/install-cli.ps1
@@ -16,7 +16,7 @@ $ProgressPreference="SilentlyContinue"
$Feed="https://dotnetcli.blob.core.windows.net/dotnet"
$Channel="dev"
-$DotNetFileName="dotnet-win-" + $TargetPlatform + ".$Version.zip"
+$DotNetFileName="dotnet-win-" + $TargetPlatform + "." + $Version.ToLower() + ".zip"
$DotNetUrl="$Feed/$Channel/Binaries/$Version"
function say($str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment