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
@@ -37,21 +37,9 @@ To get each repo building with the new source-build 5.0 plan, [Arcade-Powered So
37
37
| ❗ | At Risk |
38
38
39
39
## Stage descriptions:
40
-
-**(1) Build from Source 5.0** – Get repo building from source with 5.0 source in dotnet/source-build.
41
-
-**(2) Patch Removal** – Incorporate patches required to build from source into the repo code base.
42
-
-**(3) Move Build Params to Eng Dir** – Move all source-build specific build parameter from `/repos/<reponame>.proj` in source-build repo to repo `/eng` directory.
43
-
-**(4) Input Intermediate Packages Available** – Indicates upstream intermediate packages are available, and work on this repo can begin.
44
-
-**(5) Official build** – Build source-built intermediate packages in official build.
45
-
-**(6) Source-build PR validation** – Add AzDO build jobs to PR validation to ensure build-from-source continues running without avoidable regressions.
46
-
-**(7) Prebuilt check / enforcement** – Add a check to PR validation to ensure that no prebuilts are included when building repo.
-**(1) Build from source 5.0** – Get repo building from source with 5.0 source in dotnet/source-build.
41
+
-**(2) Input intermediate packages available** – Indicates upstream intermediate packages are available, and work on this repo can begin.
42
+
-**(3) Merge patches & local build infra into dev branch** – Repo owner has created source-build dev branch. Move all source-build specific build parameters from `/repos/<reponame>.proj` in source-build repo to repo `/eng` directory and add repo-specific patches into source-build dev branch.
43
+
-**(4) Merge CI, generate mock official build** – PR validation and Official Build CI jobs added to source-build dev branch and run to generate intermediate package for repo.
44
+
-**(5) Validate & merge dev branch into 5.0** – Build logs and intermediate package reviewed and validated by source-build team. Source-build changes are live for repo in 5.0 branch. Build source-built intermediate packages in official build.
45
+
-**(6) Prebuilt baseline enforcement** – Prebuilt checks enforcment enabled in PR validation builds. Builds fail if new prebuilts are introduced.
0 commit comments