Skip to content

Instantly share code, notes, and snippets.

@JayBazuzi
Created May 31, 2014 20:38
Show Gist options
  • Save JayBazuzi/d5a71230d524965057be to your computer and use it in GitHub Desktop.
Save JayBazuzi/d5a71230d524965057be to your computer and use it in GitHub Desktop.
#
# 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