Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHugo Woodiwiss <hj.woodiwiss@gmail.com>2022-04-13 03:39:02 +0300
committerGitHub <noreply@github.com>2022-04-13 03:39:02 +0300
commit1d922b9dbdaeafe7468094568f934cbcc8c8dc73 (patch)
treea066d957969d7bf4e93086a89764b380c7a9bf78 /docs
parenteec256645fa8c9e0e9d5a4178a2df96d6fa6603a (diff)
Update `.vsconfig` to match Visual Studio install script config (#41144)
* Update root `.vsconfig` * Update build from source docs Added instructions on configuring existing VS installation
Diffstat (limited to 'docs')
-rw-r--r--docs/BuildFromSource.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/BuildFromSource.md b/docs/BuildFromSource.md
index 6d98a73a27..4b491f707d 100644
--- a/docs/BuildFromSource.md
+++ b/docs/BuildFromSource.md
@@ -74,7 +74,10 @@ Building ASP.NET Core on Windows (10, version 1803 or newer) requires that you h
#### [Visual Studio 2022](https://visualstudio.com)
-Visual Studio 2022 (17.1 or above) is required to build the repo locally. If you don't have Visual Studio installed you can run [eng/scripts/InstallVisualStudio.ps1](/eng/scripts/InstallVisualStudio.ps1) to install the exact required dependencies.
+Visual Studio 2022 (17.1 or above) is required to build the repo locally.
+
+If you don't have Visual Studio installed you can run [eng/scripts/InstallVisualStudio.ps1](/eng/scripts/InstallVisualStudio.ps1) to install the exact required dependencies.
+If you do have Visual Studio installed, you can [import the configuration](https://docs.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#import-a-configuration) from the `.vsconfig` file at the root of the repository to ensure you have all of the required components.
> :bulb: By default, the script will install Visual Studio Enterprise Edition, however you can use a different edition by passing the `-Edition` flag.
> :bulb: To install Visual Studio from the preview channel, you can use the `-Channel` flag to set the channel (`-Channel Preview`).