Skip to content

Commit ac49a81

Browse files
Update bootstrapping-guidelines.md (#4757)
Fixes #4756 Stage 2 builds should never bootstrap.
1 parent 604b340 commit ac49a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/bootstrapping-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ stage 1 to build .NET SDK from source.
7575
1. Prep the build.
7676

7777
```bash
78-
./prep-source-build.sh --no-sdk --no-artifacts --with-sdk <extracted-stage1-sdk-path> --with-packages <extracted-stage1-artifacts-path>
78+
./prep-source-build.sh --no-sdk --no-artifacts --no-bootstrap --with-sdk <extracted-stage1-sdk-path> --with-packages <extracted-stage1-artifacts-path>
7979
```
8080

8181
1. Build the source built .NET SDK.

0 commit comments

Comments
 (0)