Skip to content

Commit 7a1b5a1

Browse files
committed
appveyor: Force install PSScriptAnalyzer and BuildHelpers
1 parent dde4d0f commit 7a1b5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bin/init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Write-Host "PowerShell: $($PSVersionTable.PSVersion)"
22

33
Write-Host "Install dependencies ..."
44
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name Pester -SkipPublisherCheck
5-
Install-Module -Repository PSGallery -Scope CurrentUser -Name PSScriptAnalyzer,BuildHelpers
5+
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name PSScriptAnalyzer,BuildHelpers
66

77
if($env:CI -eq $true) {
88
Write-Host "Load 'BuildHelpers' environment variables ..."

0 commit comments

Comments
 (0)