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 18c43e6 commit 36061f5Copy full SHA for 36061f5
build.psm1
@@ -197,6 +197,7 @@ function Start-ScriptAnalyzerBuild
197
if ( $LASTEXITCODE -ne 0 ) { throw "$buildOutput" }
198
}
199
catch {
200
+ Write-Warning $_
201
Write-Error "Failure to build for PSVersion '$PSVersion' using framework '$framework' and configuration '$config'"
202
return
203
0 commit comments