-
-
Save SvitlanaShepitsena/4110274f92d986812b98 to your computer and use it in GitHub Desktop.
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
try { | |
choco -y install visualstudio2015community | |
choco install windows-sdk-10.0 | |
if (Test-PendingReboot) { Invoke-Reboot } | |
Write-ChocolateySuccess 'Done' | |
} catch { | |
Write-ChocolateyFailure 'Failed' $($_.Exception.Message) | |
throw | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment