How can I check for Visual Studio updates via the command line?

前端 未结 3 554
时光取名叫无心
时光取名叫无心 2021-02-14 11:55

In an attempt to streamline my Virtual Environment setup, I\'m using Chocolatey to automate my VM.

Since I can run the cinst command to install Visual Studi

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-14 11:57

    The answer from @Matt is outdated. For VS2019 follow this way:

    1. Download file at https://aka.ms/vs/16/release/channel (it will be plain JSON file 'VisualStudio.16.Release.chman')
    2. Check node: info->productDisplayVersion (or buildVersion) - they give enough info.

提交回复
热议问题