Browse Source

Update Restore.ps1 to restore.cmd (#45026)

Co-authored-by: Eugene Odera <[email protected]>
Eugene Ogongo 3 years ago
parent
commit
20c9952cbb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/BuildFromSource.md

+ 2 - 2
docs/BuildFromSource.md

@@ -45,7 +45,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
 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.
 
 ```powershell
-.\restore.ps1
+.\restore.cmd
 ```
 
 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:
 ```
 
 ```powershell
-./restore.ps1
+./restore.cmd
 ```
 
 4. After the restore script has finished executing, activate the locally installed .NET by running the following command.