Created
July 9, 2016 21:32
-
-
Save gaelcolas/d8d9c3fb700a316ccde02552dad1a4e6 to your computer and use it in GitHub Desktop.
Install Pester with WMF5 and PackageManagement module
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
Install-PackageProvider -Name nuGet -Force -ForceBootstrap | |
Import-PackageProvider -Name nuGet -Force -ForceBootstrap | |
#Restart your PowerShell console / ISE. | |
Find-package Pester | install-package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment