From 5e60fb1a92d7273dcbd83ca73ae15c82495269e2 Mon Sep 17 00:00:00 2001 From: Yuta-K19418 <69102649+Yuta-K19418@users.noreply.github.com> Date: Tue, 1 Sep 2020 04:31:09 +0900 Subject: [PATCH] Add edition option into BuildFromSource.md (#25418) Co-authored-by: Yuta-K19418 --- docs/BuildFromSource.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md index 95858315fc0..a292f863537 100644 --- a/docs/BuildFromSource.md +++ b/docs/BuildFromSource.md @@ -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. * NodeJS. LTS version of 10.14.2 or newer . * Install yarn globally (`npm install -g yarn`)