Commit 7c9c0c6
committed
fix(powershell-extended): use SilentlyContinue for Update-Help to prevent build failures on 404 errors
Update-Help for Microsoft.PowerShell.ThreadJob returns HTTP 404, causing
the build to fail with -ErrorAction Stop. Changed to -ErrorAction
SilentlyContinue so missing help content is tolerated.
Version: 2.1.0 -> 2.1.11 parent b7f6706 commit 7c9c0c6
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| |||
0 commit comments