Răsfoiți Sursa

Add note about updating an existing installation (#45518)

Safia Abdalla 3 ani în urmă
părinte
comite
6956f42a0a
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      docs/BuildFromSource.md

+ 1 - 0
docs/BuildFromSource.md

@@ -39,6 +39,7 @@ Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
 1. In order to install Visual Studio on your machine, you can use the official installer script in the repo.
 1. In order to install Visual Studio on your machine, you can use the official installer script in the repo.
 
 
 > :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.
 > :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.
+> 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.
 
 
 ```powershell
 ```powershell
 ./eng/scripts/InstallVisualStudio.ps1
 ./eng/scripts/InstallVisualStudio.ps1