Skip to content

Instantly share code, notes, and snippets.

@gaelcolas
Created July 9, 2016 21:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaelcolas/d8d9c3fb700a316ccde02552dad1a4e6 to your computer and use it in GitHub Desktop.
Save gaelcolas/d8d9c3fb700a316ccde02552dad1a4e6 to your computer and use it in GitHub Desktop.
Install Pester with WMF5 and PackageManagement module
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