Reputation: 5324
Visual Studio 2017 version 15.4 was released but my VS instance does not offer the update yet. How can I manually trigger an update?
Upvotes: 17
Views: 30398
Reputation: 31
Use the Visual Studio Installer 1-Open the installer. 2-In the installer, look for the edition of Visual Studio that you installed.
Upvotes: 1
Reputation: 1691
To update the core , let say from 15.4 > 15.9 , you need launch Visual Studio then Help > Check for updates
To add\remove\update other sub component , you will need to run the Visual Studio installer and pick the require option.
Upvotes: 2
Reputation:
Launch the visual studio installer (hit the windows key and type the name, you'll find it). It will then ask you to allow it to update itself, after which you will be offered the update.
Upvotes: 32
Reputation:
You can update it from Notifications Hub left side of Visual studio.
In Notification Hub/Pane click on "Visual Studio Update" is available.
Or You can also update it from Visual Studio Installer.
https://learn.microsoft.com/en-us/visualstudio/install/update-visual-studio
Upvotes: 8