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: src/Components/README.md
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -31,17 +31,7 @@ The following contains a description of each sub-directory in the `Components` d
31
31
32
32
### Build
33
33
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).
45
35
46
36
### Test
47
37
@@ -56,7 +46,7 @@ The E2E tests are located in the top-level `tests` folder in this directory. The
56
46
57
47
Each app server mounts the same `BasicTestApp` application under each scenario.
58
48
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.
0 commit comments