Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
forki committed Jul 15, 2017
1 parent 582ffb8 commit ae41953
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#### 4.62.4 - 15.07.2017
#### 4.62.5 - 15.07.2017
* Allow to download SDK from release page

#### 4.62.1 - 29.06.2017
Expand Down
4 changes: 2 additions & 2 deletions src/app/FakeLib/DotNetCLIHelper.fs
Original file line number Diff line number Diff line change
Expand Up @@ -520,9 +520,9 @@ let InstallDotNetSDK sdkVersion =
if isWindows then
sprintf "dotnet-sdk-%s-win-x64.zip" sdkVersion
elif isLinux then
sprintf "dotnet-sdk-linux-x64.%s.tar.gz" sdkVersion
sprintf "dotnet-sdk-%s-linux-x64.tar.gz" sdkVersion
else
sprintf "dotnet-sdk-osx-x64.%s.tar.gz" sdkVersion
sprintf "dotnet-sdk-%s-osx-x64.tar.gz" sdkVersion
try
let downloadPath = sprintf "https://dotnetcli.blob.core.windows.net/dotnet/Sdk/%s/%s" sdkVersion archiveFileName
downloadSDK downloadPath archiveFileName
Expand Down

0 comments on commit ae41953

Please sign in to comment.