Created
May 31, 2014 20:38
-
-
Save JayBazuzi/d5a71230d524965057be 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
# | |
# keep this in synch with TeamBuild.proj | |
# | |
$ResharperCltVersion='8.2.0.2151' | |
# UseBasicParsing is required if IE has never been run on the machine. | |
wget -UseBasicParsing chocolatey.org/install.ps1 | iex | |
if (!$?) { throw "failed to install chocolatey"} | |
cinst resharper-clt.portable -version $ResharperCltVersion | |
if (!$?) { throw "failed to install R# CLT"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment