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

Co-authored-by: Eugene Odera <eugeneodera@microsoft.com>
This commit is contained in:
Eugene Ogongo 2022-11-16 02:30:58 +03:00 коммит произвёл GitHub
Родитель 196a2f2b32
Коммит 20c9952cbb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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.