We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e4e50a commit bbcedd2Copy full SHA for bbcedd2
1 file changed
build.psm1
@@ -564,7 +564,7 @@ function Restore-PSPester
564
[ValidateNotNullOrEmpty()]
565
[string] $Destination = ([IO.Path]::Combine((Split-Path (Get-PSOptions -DefaultToNew).Output), "Modules"))
566
)
567
- Save-Module -Name Pester -Path $Destination -Repository PSGallery -RequiredVersion "4.4.1"
+ Save-Module -Name Pester -Path $Destination -Repository PSGallery -RequiredVersion "4.4.4"
568
}
569
570
function Compress-TestContent {
0 commit comments