Skip to content

Commit e0c3865

Browse files
setting to EA silentlycontinue
1 parent 8e3b4a8 commit e0c3865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/azurePipelinesBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if ($IsWindows -or $PSVersionTable.PSVersion.Major -lt 6) {
1111
}
1212

1313
# Update help needed for SignatureHelp LSP request.
14-
Update-Help -Force
14+
Update-Help -Force -ErrorAction SilentlyContinue
1515

1616
# Needed for build and docs gen.
1717
Install-Module InvokeBuild -MaximumVersion 5.1.0 -Scope CurrentUser

0 commit comments

Comments
 (0)