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 dde4d0f commit 7a1b5a1Copy full SHA for 7a1b5a1
1 file changed
test/bin/init.ps1
@@ -2,7 +2,7 @@ Write-Host "PowerShell: $($PSVersionTable.PSVersion)"
2
3
Write-Host "Install dependencies ..."
4
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name Pester -SkipPublisherCheck
5
-Install-Module -Repository PSGallery -Scope CurrentUser -Name PSScriptAnalyzer,BuildHelpers
+Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name PSScriptAnalyzer,BuildHelpers
6
7
if($env:CI -eq $true) {
8
Write-Host "Load 'BuildHelpers' environment variables ..."
0 commit comments