Update BuildFromSource.md (#19320)

Add short note mentioning the edition flag.

Closes https://github.com/dotnet/aspnetcore/issues/16780
This commit is contained in:
Mike Lloyd 2020-02-25 14:55:35 -07:00 committed by GitHub
parent ff59c45505
commit 950fa4b010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Building ASP.NET Core on Windows requires:
```
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.
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.
* Git. <https://git-scm.org>
* NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>
* Java Development Kit 11 or newer. Either: