Installs a powershell module and modifies your powershell profile to set up your VS 2017 environment in powershell.
Steps to install
- Clone this repository
- Open an administrative powershell prompt in the newly cloned directory
- Run
powershell.exe -ExecutionPolicy Bypass .\install.ps1
- Click
y
ora
to accept the prompts to configure nuget package provider, download/install posh-git, etc... - Close any powershell windows, open a new powershell window
Powerd is now pre-loaded when you open a powershell window. All of your powershell windows will now have a full VS command prompt environment set up, so you can run msbuild, csc, devenv, etc... It will also cache the environment variables it extracted from your VS command prompt batch file so opening the powershell prompt is faster in the future.