Created
August 16, 2018 07:43
-
-
Save dburriss/4c9f48e7b151acef192daf7303dd4ede to your computer and use it in GitHub Desktop.
Downloads the Visual Studio 2017 build tools command line installer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$buildToolsUrl = "https://aka.ms/vs/15/release/vs_buildtools.exe" | |
$installLocation = "C:\TEMP\vs_buildtools.exe" | |
(New-Object System.Net.WebClient).DownloadFile($buildToolsUrl, $installLocation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Url from:
https://docs.microsoft.com/en-us/visualstudio/install/build-tools-container
See for instructions: https://docs.microsoft.com/en-us/visualstudio/install/workload-component-id-vs-build-tools