Skip to content

Conversation

@jongio
Copy link
Owner

@jongio jongio commented Feb 10, 2026

Implement retry logic for command execution within the Build function to enhance reliability. This change allows the command to be retried up to three times in case of failure, with increasing delays between attempts.

Pull Request

Thank you for your contribution!

Description

Implement retry logic for command execution within the Build function to enhance reliability. This change allows the command to be retried up to three times in case of failure, with increasing delays between attempts.

Checklist

  • All tests pass
  • Documentation updated
  • CHANGELOG.md updated
  • Follows code style guidelines

@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2026

🚀 Website Preview

Your PR preview was available here.

Preview has been cleaned up as the PR was closed.

github-actions bot added a commit that referenced this pull request Feb 10, 2026
@codecov
Copy link

codecov bot commented Feb 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.40%. Comparing base (8b248ba) to head (bbacaea).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #129      +/-   ##
==========================================
+ Coverage   55.32%   55.40%   +0.07%     
==========================================
  Files         157      157              
  Lines       23735    23735              
==========================================
+ Hits        13132    13150      +18     
+ Misses       9782     9762      -20     
- Partials      821      823       +2     
Flag Coverage Δ
unittests 55.40% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 10, 2026

🚀 Test This PR

A preview build (0.11.6-pr129) is ready for testing!

🌐 Website Preview

Live Preview: https://jongio.github.io/azd-app/pr/129/

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/install-pr.ps1) } -PrNumber 129 -Version 0.11.6-pr129"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/install-pr.sh | bash -s 129 0.11.6-pr129

Uninstall

When you're done testing:

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/uninstall-pr.ps1) } -PrNumber 129"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-app/main/cli/scripts/uninstall-pr.sh | bash -s 129

Build Info:

What to Test:
Please review the PR description and test the changes described there.

github-actions bot added a commit that referenced this pull request Feb 10, 2026
@jongio jongio merged commit 913645f into main Feb 10, 2026
15 checks passed
@jongio jongio deleted the localsetup branch February 10, 2026 20:44
github-actions bot added a commit that referenced this pull request Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant