We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9ad33 commit 188d57dCopy full SHA for 188d57d
build.ps1
@@ -421,7 +421,7 @@ if ($Test) {
421
if (-not(Get-Module -ListAvailable -Name Pester))
422
{ "Installing module Pester"
423
$InstallTargetDir = ($env:PSModulePath -split ";")[0]
424
- Find-PSResource -Name 'Pester' -Repository 'PSGallery' | Save-PSResource -Path $InstallTargetDir -TrustRepository
+ Find-PSResource -Name 'Pester' -Repository $repository | Save-PSResource -Path $InstallTargetDir -TrustRepository
425
}
426
427
"Updated Pester module location:"
0 commit comments