From 075be5a08af94701f24c177de909fe102054dd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emek=20Vysok=C3=BD?= Date: Mon, 31 Oct 2022 17:12:04 +0100 Subject: [PATCH] Fix build instructions / info for README.md (#14847) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d13095f78..ab1b77259 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ The dependencies for building .NET from source can be found [here](https://githu ./prep.sh ``` - On arm64, please use `./prep.sh --bootstrap` instead. This issue is being tracked [here](https://github.com/dotnet/source-build/issues/2758). + On arm64, please use `./prep.sh --bootstrap` instead. 3. Build the .NET SDK @@ -104,7 +104,7 @@ The dependencies for building .NET from source can be found [here](https://githu Visibility|All legs| |:------|:------| -|Public|[![Status](https://dev.azure.com/dnceng/public/_apis/build/status/176)](https://dev.azure.com/dnceng/public/_build?definitionId=176)| +|Public|[![Status](https://dev.azure.com/dnceng-public/public/_apis/build/status/20)](https://dev.azure.com/dnceng/public/_build?definitionId=20)| |Microsoft Internal|[![Status](https://dev.azure.com/dnceng/internal/_apis/build/status/286)](https://dev.azure.com/dnceng/internal/_build?definitionId=286)| ## Installers and Binaries