Skip to content

Commit

Permalink
appveyor: Force install PSScriptAnalyzer and BuildHelpers
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Dec 16, 2018
1 parent dde4d0f commit 7a1b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/init.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Write-Host "PowerShell: $($PSVersionTable.PSVersion)"

Write-Host "Install dependencies ..."
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name Pester -SkipPublisherCheck
Install-Module -Repository PSGallery -Scope CurrentUser -Name PSScriptAnalyzer,BuildHelpers
Install-Module -Repository PSGallery -Scope CurrentUser -Force -Name PSScriptAnalyzer,BuildHelpers

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

0 comments on commit 7a1b5a1

Please sign in to comment.