Add edition option into BuildFromSource.md (#25418)

Co-authored-by: Yuta-K19418 <yuta@DESKTOP-Q0755R1.localdomain>
This commit is contained in:
Yuta-K19418 2020-09-01 04:31:09 +09:00 коммит произвёл GitHub
Родитель 8c79b1cd58
Коммит 5e60fb1a92
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -32,11 +32,12 @@ Building ASP.NET Core on Windows requires:
* To install the exact required components, run [eng/scripts/InstallVisualStudio.ps1](/eng/scripts/InstallVisualStudio.ps1).
```ps1
PS> ./eng/scripts/InstallVisualStudio.ps1
PS> ./eng/scripts/InstallVisualStudio.ps1 [-Edition {Enterprise|Community|Professional}]
```
However, any Visual Studio 2019 instance that meets the requirements should be fine. See [global.json](/global.json)
and [eng/scripts/vs.json](/eng/scripts/vs.json) for those requirements. By default, the script will install Visual Studio Enterprise Edition, however you can use a different edition by passing the `-Edition` flag.
Even if you have installed Visual Studio, still recommend you should use this script to install again to avoid errors due to missing components just in case.
* Git. <https://git-scm.org>
* NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>.
* Install yarn globally (`npm install -g yarn`)