We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a9e561 commit 380a222Copy full SHA for 380a222
1 file changed
azure-pipelines.yml
@@ -11,7 +11,7 @@ pool:
11
12
steps:
13
- powershell: |
14
- Install-Module PSScriptAnalyzer -Scope Currentuser -SkipPublisherCheck
+ Install-Module PSScriptAnalyzer -Scope Currentuser -SkipPublisherCheck -Force
15
$TestResults = Invoke-Pester -Path ./Tests -OutputFormat NUnitXml -OutputFile TestResults.xml -PassThru
16
17
if ($TestResults.FailedCount -gt 0) {
0 commit comments