Skip to content

8.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 07:09
· 7 commits to master since this release
cf21e01

Added

  • Invoke-WithExitCodeRetry - exit-code counterpart to Invoke-WithRetry
    for native commands (netsh, git, docker, wsl, ...) that signal
    failure through $LASTEXITCODE instead of a thrown exception. Reuses the
    existing backoff strategies; scope retries with an optional
    -RetryableExitCode set, or throw and use Invoke-WithRetry for
    predicate-based classification.