Skip to content

Commit 380a222

Browse files
committed
💚 Add -force to install-module
1 parent 0a9e561 commit 380a222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111

1212
steps:
1313
- powershell: |
14-
Install-Module PSScriptAnalyzer -Scope Currentuser -SkipPublisherCheck
14+
Install-Module PSScriptAnalyzer -Scope Currentuser -SkipPublisherCheck -Force
1515
$TestResults = Invoke-Pester -Path ./Tests -OutputFormat NUnitXml -OutputFile TestResults.xml -PassThru
1616
1717
if ($TestResults.FailedCount -gt 0) {

0 commit comments

Comments
 (0)