Visual Studio offline installation remove old versions

前端 未结 3 2145
离开以前
离开以前 2020-12-24 14:36

Is there a possibility to remove the old versions of installation packages from the layout folder of Visual Studio 2017 offline installation? This folder needs a lot of memo

3条回答
  •  粉色の甜心
    2020-12-24 14:44

    After you perform layout updates to an offline cache, the layout cache folder may have some obsolete packages that are no longer needed by the latest Visual Studio installation. You can use the --clean option to remove obsolete packages from an offline cache folder.

    Microsft Docs: How to remove older versions from a layout

提交回复
热议问题