Skip to content

Commit

Permalink
Update bootstrapping-guidelines.md (#4757)
Browse files Browse the repository at this point in the history
Fixes #4756 

Stage 2 builds should never bootstrap.
  • Loading branch information
MichaelSimons authored Nov 25, 2024
1 parent 604b340 commit ac49a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/bootstrapping-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <extracted-stage1-sdk-path> --with-packages <extracted-stage1-artifacts-path>
./prep-source-build.sh --no-sdk --no-artifacts --no-bootstrap --with-sdk <extracted-stage1-sdk-path> --with-packages <extracted-stage1-artifacts-path>
```

1. Build the source built .NET SDK.
Expand Down

0 comments on commit ac49a81

Please sign in to comment.