From ac49a81b952d85a64455d0a569f8c6ac36153c49 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 25 Nov 2024 10:57:06 -0600 Subject: [PATCH] Update bootstrapping-guidelines.md (#4757) Fixes #4756 Stage 2 builds should never bootstrap. --- Documentation/bootstrapping-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/bootstrapping-guidelines.md b/Documentation/bootstrapping-guidelines.md index f2a1424007..a1d7d41261 100644 --- a/Documentation/bootstrapping-guidelines.md +++ b/Documentation/bootstrapping-guidelines.md @@ -75,7 +75,7 @@ stage 1 to build .NET SDK from source. 1. Prep the build. ```bash - ./prep-source-build.sh --no-sdk --no-artifacts --with-sdk --with-packages + ./prep-source-build.sh --no-sdk --no-artifacts --no-bootstrap --with-sdk --with-packages ``` 1. Build the source built .NET SDK.