Skip to content

Commit 2146d2f

Browse files
authored
Update implementation plan table and graph (#1753)
1 parent e512ef4 commit 2146d2f

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

Documentation/planning/arcade-powered-source-build/img/implementation-plan-graph.dgml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,31 @@
22
<DirectedGraph Layout="Sugiyama" ZoomLevel="-1" xmlns="http://schemas.microsoft.com/vs/2009/dgml">
33
<Nodes>
44
<Node Id="source-build-reference-packages" Category="Stage5" Label="source-build-reference-packages" />
5-
<Node Id="application-insights" Category="Stage1" Label="application-insights" />
5+
<Node Id="application-insights" Category="Stage2" Label="application-insights" />
66
<Node Id="arcade" Category="Stage1" Label="arcade" />
77
<Node Id="aspnet-extensions" Category="Stage1" Label="extensions" />
88
<Node Id="aspnet-xdt" Category="Stage1" Label="aspnet-xdt" />
99
<Node Id="aspnetcore" Category="Stage1" Label="aspnetcore" />
1010
<Node Id="aspnetcore-tooling" Category="Stage1" Label="aspnetcore-tooling" />
11+
<Node Id="cecil" Category="Stage0" Label="cecil" />
1112
<Node Id="clicommandlineparser" Category="Stage1" Label="clicommandlineparser" />
1213
<Node Id="core-sdk" Category="Stage1" Label="installer" />
1314
<Node Id="fsharp" Category="Stage1" Label="fsharp" />
1415
<Node Id="linker" Category="Stage1" Label="linker" />
1516
<Node Id="msbuild" Category="Stage1" Label="msbuild" />
16-
<Node Id="netcorecli-fsc" Category="Stage1" Label="netcorecli-fsc" />
17+
<Node Id="netcorecli-fsc" Category="Stage2" Label="netcorecli-fsc" />
1718
<Node Id="newtonsoft-json" Category="Stage1" Label="newtonsoft-json" />
18-
<Node Id="newtonsoft-json901" Category="Stage1" Label="newtonsoft-json901" />
19+
<Node Id="newtonsoft-json901" Category="Stage2" Label="newtonsoft-json901" />
1920
<Node Id="nuget-client" Category="Stage1" Label="nuget-client" />
2021
<Node Id="roslyn" Category="Stage1" Label="roslyn" />
2122
<Node Id="runtime" Category="Stage1" Label="runtime" />
2223
<Node Id="runtime-portable" Category="Stage1" Label="runtime-portable" />
2324
<Node Id="sdk" Category="Stage1" Label="sdk" />
24-
<Node Id="sourcelink" Category="Stage1" Label="sourcelink" />
25+
<Node Id="sourcelink" Category="Stage2" Label="sourcelink" />
2526
<Node Id="templating" Category="Stage1" Label="templating" />
2627
<Node Id="vstest" Category="Stage1" Label="vstest" />
2728
<Node Id="websdk" Category="Stage1" Label="websdk" />
28-
<Node Id="xliff-tasks" Category="Stage1" Label="xliff-tasks" />
29+
<Node Id="xliff-tasks" Category="Stage2" Label="xliff-tasks" />
2930
</Nodes>
3031
<Links>
3132
<Link Source="application-insights" Target="sdk" />
@@ -49,6 +50,7 @@
4950
<Link Source="aspnetcore" Target="websdk" />
5051
<Link Source="aspnetcore-tooling" Target="aspnetcore" />
5152
<Link Source="aspnetcore-tooling" Target="sdk" />
53+
<Link Source="cecil" Target="linker" />
5254
<Link Source="clicommandlineparser" Target="sdk" />
5355
<Link Source="clicommandlineparser" Target="templating" />
5456
<Link Source="fsharp" Target="sdk" />
-6.15 KB
Loading

Documentation/planning/arcade-powered-source-build/implementation-plan.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ To get each repo building with the new source-build 5.0 plan, [Arcade-Powered So
77
88
| Tier | Repo | Owner | (Stage 1)<br>Build from source - 5.0 | (Stage 2)<br>Input intermediate packages available | (Stage 3)<br>Merge patches & local build infra | (Stage 4)<br>Merge CI, generate official build | (Stage 5)<br>Validate & merge dev branch into 5.0 | (Stage 6)<br>Prebuilt baseline enforcement |
99
| --- | --- | --- | :---: | :---: | :---: | :---: | :---: | :---: |
10-
| sbrp | Source-build-reference-packages | [Dan Seefeldt](https://github.com/dseefeld) | ✔️ | ✔️ | [#1715](https://github.com/dotnet/source-build/issues/1715) | ✔️ | ✔️ | |
11-
| Tools | sourcelink | [Tomas Matousek](https://github.com/tmat) | ✔️ | | | | | |
10+
| sbrp | Source-build-reference-packages | [Dan Seefeldt](https://github.com/dseefeld) | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ | |
11+
| Tools | sourcelink | [Tomas Matousek](https://github.com/tmat) | ✔️ | ✔️ | | | | |
1212
| Tools | arcade | [Mark Wilkie](https://github.com/markwilkie) | ✔️ | | | | | |
13-
| 1 | application-insights | [Reiley Yang](https://github.com/reyang) | ✔️ | | | | | |
13+
| Tools | cecil | [Dan Seefeldt](https://github.com/dseefeld) | [#1537](https://github.com/dotnet/source-build/issues/1537) | ✔️ | | | | |
14+
| 1 | application-insights | [Reiley Yang](https://github.com/reyang) | ✔️ | ✔️ | | | | |
1415
| 1 | aspnet-xdt | [Vijay Ramakrishnan](https://github.com/vijayrkn) | ✔️ | | | | | |
1516
| 1 | newtonsoft-json | [Chris Rummel](https://github.com/crummel) | ✔️ | | | | | |
16-
| 1 | netcorecli-fsc | [Chris Rummel](https://github.com/crummel) | ✔️ | | | | | |
17-
| 1 | newtonsoft-json901 | [Chris Rummel](https://github.com/crummel) | ✔️ | | | | | |
18-
| 1 | xliff-tasks | [Mark Wilkie](https://github.com/markwilkie) | ✔️ | | | | | |
17+
| 1 | netcorecli-fsc | [Chris Rummel](https://github.com/crummel) | ✔️ | ✔️ | | | | |
18+
| 1 | newtonsoft-json901 | [Chris Rummel](https://github.com/crummel) | ✔️ | ✔️ | | | | |
19+
| 1 | xliff-tasks | [Mark Wilkie](https://github.com/markwilkie) | ✔️ | ✔️ | | | | |
1920
| 1 | clicommandlineparser | [Sarah Oslund](https://github.com/sfoslund) | ✔️ | | | | | |
2021
| 1 | roslyn | [Fred Silberberg](https://github.com/333fred) | ✔️ | | | | | |
2122
| 2 | linker | [Dan Seefeldt](https://github.com/dseefeld) | ✔️ | | | | | |

0 commit comments

Comments
 (0)