Skip to content

Commit 20c9952

Browse files
eugeneogongoEugene Odera
and
Eugene Odera
authored
Update Restore.ps1 to restore.cmd (dotnet#45026)
Co-authored-by: Eugene Odera <[email protected]>
1 parent 196a2f2 commit 20c9952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/BuildFromSource.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
4545
3. Before opening the project in Visual Studio, run the `restore` script locally to install the required dependencies and setup the repo. The `restore` script is located in the root of the repo.
4646
4747
```powershell
48-
.\restore.ps1
48+
.\restore.cmd
4949
```
5050
5151
4. Typically, you'll want to focus on a single project within the repo. You can leverage the `startvs.cmd` command to launch Visual Studio within a particular project area. For example, to launch Visual Studio in the `Components` project.
@@ -84,7 +84,7 @@ These principles guide how we create and manage .slnf files:
8484
```
8585
8686
```powershell
87-
./restore.ps1
87+
./restore.cmd
8888
```
8989
9090
4. After the restore script has finished executing, activate the locally installed .NET by running the following command.

0 commit comments

Comments
 (0)