Skip to content

Commit 39a8b1c

Browse files
author
Kapil Borle
committed
Import pester with MinimumVersion in build script
1 parent 2c73ad3 commit 39a8b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if ($Install)
129129
if ($Test)
130130
{
131131
Import-Module PSScriptAnalyzer -ErrorAction Stop
132-
Import-Module -Name Pester -RequiredVersion 3.4.0 -ErrorAction Stop
132+
Import-Module -Name Pester -MinimumVersion 3.4.0 -ErrorAction Stop
133133

134134

135135
Function GetTestRunnerScriptContent($testPath)

0 commit comments

Comments
 (0)