소스 검색

Add edition option into BuildFromSource.md (#25418)

Co-authored-by: Yuta-K19418 <[email protected]>
Yuta-K19418 5 년 전
부모
커밋
5e60fb1a92
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/BuildFromSource.md

+ 2 - 1
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. <https://git-scm.org>
 * NodeJS. LTS version of 10.14.2 or newer <https://nodejs.org>.
 * Install yarn globally (`npm install -g yarn`)