Skip to content

Commit c8da724

Browse files
committed
Use new top-level references for build
1 parent 391d5ca commit c8da724

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

src/Components/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,7 @@ The following contains a description of each sub-directory in the `Components` d
3131

3232
### Build
3333

34-
In order to build this project and its dependencies, run the following command inside this directory.
35-
36-
```powershell
37-
> ./build.cmd
38-
```
39-
40-
Or on MacOS or Linux:
41-
42-
```bash
43-
$ ./build.sh
44-
```
34+
To build this specific project from source, you can follow the instructions [on building a subset of the code](https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md#building-a-subset-of-the-code).
4535

4636
### Test
4737

@@ -56,7 +46,7 @@ The E2E tests are located in the top-level `tests` folder in this directory. The
5646

5747
Each app server mounts the same `BasicTestApp` application under each scenario.
5848

59-
Project-specific tests are located in each project under the `tests` directory and can be run with `dotnet test`.
49+
To run the tests for this project, you can [run the tests on the command line](https://github.com/dotnet/aspnetcore/blob/master/docs/BuildFromSource.md#running-tests-on-command-line) in this directory.
6050

6151
## More Information
6252

0 commit comments

Comments
 (0)