You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/how-to-stage2-build.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document describes how to perform a stage 2 source build.
4
4
5
5
## What is a stage 2 build
6
6
7
-
A **stage 2 build** is when you run a source build, then take the SDK and packages produced by that build and use them to rebuild the product.
7
+
A **stage 2 build** is when you run a source build, then take the SDK and packages produced by that build and use them to rebuild the product.
8
8
Stage 2 builds are essential for validating a source‑built product.
9
9
10
10
It’s common for stage 2 builds to surface issues.
@@ -14,7 +14,6 @@ These issues must be resolved for the product to be considered **source‑builda
14
14
The process of using built SDK and artifacts to rebuild the product is often called **bootstrapping**.
15
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.
0 commit comments