Skip to content

Commit 6956f42

Browse files
authored
Add note about updating an existing installation (dotnet#45518)
1 parent e547489 commit 6956f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/BuildFromSource.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
3939
1. In order to install Visual Studio on your machine, you can use the official installer script in the repo.
4040
4141
> :warning: Even if you have the appropriate Visual Studio installed on your machine, we recommend running this installation script to make sure that the correct Visual Studio components are installed.
42+
> To modify an existing Visual Studio installation, follow [the instructions for installing from a configuration file](https://learn.microsoft.com/en-us/visualstudio/install/import-export-installation-configurations?view=vs-2022#import-a-configuration) and use the `.vsconfig` file located in the root of the repository.
4243
4344
```powershell
4445
./eng/scripts/InstallVisualStudio.ps1

0 commit comments

Comments
 (0)