Created
January 23, 2016 06:58
-
-
Save kangaroo/c07d053b6200d34f47a4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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