From bbc5da18af9232fd7a70ae68e780bb86ab28d96d Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Mon, 25 Nov 2024 09:33:08 -0600 Subject: [PATCH] Update bootstrapping-guidelines.md 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.