We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604b340 commit ac49a81Copy full SHA for ac49a81
Documentation/bootstrapping-guidelines.md
@@ -75,7 +75,7 @@ stage 1 to build .NET SDK from source.
75
1. Prep the build.
76
77
```bash
78
- ./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>
79
```
80
81
1. Build the source built .NET SDK.
0 commit comments