Skip to content

Commit 86b5713

Browse files
authored
Remove references to the component list in VMR's readme (#45482)
1 parent 049fa0e commit 86b5713

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/SourceBuild/content/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ What this means:
99

1010
In the VMR, you can find:
1111

12-
- source files of [each product repository](#list-of-components) which are mirrored inside of their respective directories under [`src/`](https://github.com/dotnet/dotnet/tree/main/src),
12+
- source files of each product repository which are mirrored inside of their respective directories under [`src/`](https://github.com/dotnet/dotnet/tree/main/src),
1313
- tooling that enables [building the whole .NET product from source](https://github.com/dotnet/source-build) on Linux platforms,
1414
- small customizations, in the form of [patches](https://github.com/dotnet/dotnet/tree/main/src/sdk/src/SourceBuild/patches), applied on top of the original code to make the build possible,
1515
- *[in future]* E2E tests for the whole .NET product.
@@ -183,12 +183,6 @@ Sometimes you want to make a change in a repository and test that change in the
183183
184184
To do this, you can either start a [dotnet/dotnet](https://github.com/dotnet/dotnet) Codespace - you will see instructions right after it starts. Alternatively, you can clone the repository locally and use the [vmr-sync.sh](src/sdk/eng/vmr-sync.sh) or [vmr-sync.ps1](src/sdk/eng/vmr-sync.ps1) script to pull your changes in. Please refer to the documentation in the script for more details.
185185
186-
## List of components
187-
188-
The full list of components synchronized into the VMR is [here (Components.md)](./Components.md).
189-
190-
The repository also contains a [JSON manifest](https://github.com/dotnet/dotnet/blob/main/src/source-manifest.json) listing all components in a machine-readable format.
191-
192186
## Filing Issues
193187
194188
This repo does not accept issues as of now. Please file issues to the appropriate development repos.

0 commit comments

Comments
 (0)