Skip to content

Commit

Permalink
missed Pster version in build
Browse files Browse the repository at this point in the history
  • Loading branch information
leparduk committed May 6, 2021
1 parent f9bdaee commit 5a1c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param (
[switch]$Install
)

Import-Module -Name Pester -MinimumVersion 5.1.0
Import-Module -Name Pester -MinimumVersion 5.2.0
Import-Module -Name Cofl.Util -MinimumVersion 1.2.2
Import-Module -Name ".\build-functions.psm1" -Force

Expand Down

0 comments on commit 5a1c14e

Please sign in to comment.