Skip to content

Commit 28e851c

Browse files
authored
Update BuildFromSource.md
1 parent c7111fe commit 28e851c

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docs/BuildFromSource.md

-30
Original file line numberDiff line numberDiff line change
@@ -138,36 +138,6 @@ If you have [Codespaces enabled on your GitHub user account](https://github.com/
138138
139139
See [BuildErrors](https://github.com/dotnet/aspnetcore/blob/main/docs/BuildErrors.md) for a description of common issues you might run into while building the repo.
140140
141-
## A Guide to Build src\Components\Web.JS
142-
143-
Prior to building `src\Components\Web.JS\`
144-
145-
1. You'll need to install [Node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/) on your machine.
146-
2. You'll need to run the `restore` script locally to install the required dotnet dependencies and setup the repo. The `restore` script is located in the root of the repo.
147-
148-
```bash
149-
./restore.sh
150-
```
151-
152-
```powershell
153-
./restore.ps1
154-
```
155-
156-
3. After the restore script has finished executing, activate the locally installed .NET by running the following command.
157-
158-
```bash
159-
source activate.sh
160-
```
161-
162-
```powershell
163-
. ./activate.ps1
164-
```
165-
166-
Now you can build `src\Components\Web.JS\` by running the following command in the directory.
167-
```powershell
168-
dotnet build
169-
```
170-
171141
## A Guide to the Build Script
172142
173143
This ASP.NET Core repo contains a top-level build script located at `eng/build.cmd` and `eng/build.sh` and local build scripts within each directory. The scripts can be used to restore, build, and test the repo with support for a variety of flags. This section documents the common flags and some recommended invocation patterns.

0 commit comments

Comments
 (0)