Skip to content

Commit

Permalink
Merge branch 'fix/fix-test-dependency-module-pester-installed-version…
Browse files Browse the repository at this point in the history
…s-console-output-to-use-the-verbose-stream'
  • Loading branch information
joeltimothyoh committed Jun 29, 2020
2 parents 37930ca + b12eb9f commit 3b8168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/scripts/dep/Install-TestDependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
"Installing Pester" | Write-Host
Install-Module -Name 'Pester' -Repository 'PSGallery' -MinimumVersion $pesterMinimumVersion -MaximumVersion $pesterMaximumVersion -Scope CurrentUser -Force
}
Get-Module Pester -ListAvailable
Get-Module Pester -ListAvailable | Out-String | Write-Verbose

}catch {
throw
Expand Down

0 comments on commit 3b8168c

Please sign in to comment.