From b4dc0984bd09ac2c2f500d5d651c941888a52c07 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Fri, 9 Jul 2021 18:12:18 -0700 Subject: [PATCH 1/2] Fix the daily build links in docs --- docs/workflow/testing/using-your-build.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/workflow/testing/using-your-build.md b/docs/workflow/testing/using-your-build.md index 682a5dcb5234e7..f716cd4f4ae685 100644 --- a/docs/workflow/testing/using-your-build.md +++ b/docs/workflow/testing/using-your-build.md @@ -16,9 +16,9 @@ assume use of a dogfood build of the .NET SDK. ## Acquire the latest nightly .NET SDK -- [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) +- [Win 64-bit Latest](https://aka.ms/dotnet/6.0/daily/dotnet-sdk-win-x64.zip) +- [macOS 64-bit Latest](https://aka.ms/dotnet/6.0/daily/dotnet-sdk-osx-x64.tar.gz) +- [Others](https://github.com/dotnet/installer#installers-and-binaries) To setup the SDK download the zip and extract it somewhere and add the root folder to your [path](../requirements/windows-requirements.md#adding-to-the-default-path-variable) or always fully qualify the path to dotnet in the root of this folder for all the instructions in this document. From 0e64fab0168d2af42409b69290b00f5b82d88c10 Mon Sep 17 00:00:00 2001 From: Jeff Handley Date: Fri, 9 Jul 2021 18:29:17 -0700 Subject: [PATCH 2/2] Update the NuGet feed referenced --- docs/workflow/testing/using-your-build.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/workflow/testing/using-your-build.md b/docs/workflow/testing/using-your-build.md index f716cd4f4ae685..a6024d4269bd74 100644 --- a/docs/workflow/testing/using-your-build.md +++ b/docs/workflow/testing/using-your-build.md @@ -73,8 +73,7 @@ dotnet publish - - + ```