Skip to content

Commit

Permalink
Update appveyor.pester.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
proxb authored Jan 27, 2018
1 parent de313de commit cbd0a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/appveyor.pester.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ param(
"`n`tSTATUS: Testing with PowerShell $PSVersion`n"

if ($PSVersionTable.PSVersion.Major -gt 2) {
Import-Module Pester -ErrorAction SilentlyContinue
#Import-Module Pester -ErrorAction SilentlyContinue
Get-Module Pester | Select-Object -ExpandProperty Path | Set-Content -Path "$ProjectRoot\PesterPath.txt"
}

Expand Down

0 comments on commit cbd0a2a

Please sign in to comment.