How to install offline Build Tools for Visual Studio?
Jun 26, 2020
1 min read
1) download the exe file of build tool for VS2019
2) enter CMD and cd into the exe file path
3) input these:
vs_buildtools_xxxxx.exe --add Microsoft.VisualStudio.Workload.MSBuildTools --layout c:\offlineBuildTool --lang en-usReference: Offline Build tools for visual studio 2019

Comments