diff options
author | Jan Kotas <jkotas@microsoft.com> | 2018-01-09 16:22:19 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 16:22:19 -0800 |
commit | 4f5896223846cdb13745497cc9b6a449006bf73b (patch) | |
tree | 5d69ff35ff49e74be3a250d08175b7885bec5297 /Documentation | |
parent | 5ee10283292a11a0480773194168f44d9c3e9fd4 (diff) | |
download | coreclr-4f5896223846cdb13745497cc9b6a449006bf73b.tar.gz coreclr-4f5896223846cdb13745497cc9b6a449006bf73b.tar.bz2 coreclr-4f5896223846cdb13745497cc9b6a449006bf73b.zip |
Update links to nightly .NET Core SDK builds (#15799)
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/workflow/UsingYourBuild.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/workflow/UsingYourBuild.md b/Documentation/workflow/UsingYourBuild.md index d4633e958e..6082c2645b 100644 --- a/Documentation/workflow/UsingYourBuild.md +++ b/Documentation/workflow/UsingYourBuild.md @@ -19,8 +19,8 @@ assume use of a dogfood build of the .NET SDK. ## Acquire the latest nightly .NET Core 2.0 SDK -- [Win 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-dev-win-x64.latest.zip) -- [macOS 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-dev-osx-x64.latest.tar.gz) +- [Win 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip) +- [macOS 64-bit Latest](https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz) - [Others](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries) To setup the SDK download the zip and extract it somewhere and add the root folder to your [path](../building/windows-instructions.md#adding-to-the-default-path-variable) |