Skip to content

Commit 1f42265

Browse files
committed
Updates per code review
1 parent 6e75c27 commit 1f42265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/how-to-stage2-build.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ For example, if a new Roslyn analyzer is included in the SDK, it can introduce n
1212
These issues must be resolved for the product to be considered **source‑buildable**.
1313

1414
The process of using built SDK and artifacts to rebuild the product is often called **bootstrapping**.
15-
Distribution maintainers use it to initiate the build process: build once using the Microsoft SDK and artifacts, then rebuild using the resulting SDK and artifacts.
15+
This helps to ensure that the second build was produced using only sources on disk without any external inputs.
16+
Distribution maintainers use this process to initiate the build process: build once using the Microsoft SDK and artifacts, then rebuild using the resulting SDK and artifacts.
1617

1718
## Steps to run a stage 2 build
1819

0 commit comments

Comments
 (0)