ci: resilient .NET setup (retry dotnet-install, drop flaky setup-dotnet) #8

Merged
cesnimda merged 1 commits from ci/resilient-dotnet-setup into main 2026-07-11 13:10:57 +02:00
Owner

Replaces flaky actions/setup-dotnet on the self-hosted runner with dotnet-install.sh into a clean private dir + retry-once. Self-tests the fix; unblocks #6/#7.

Replaces flaky actions/setup-dotnet on the self-hosted runner with dotnet-install.sh into a clean private dir + retry-once. Self-tests the fix; unblocks #6/#7.
cesnimda added 1 commit 2026-07-11 13:03:02 +02:00
ci: install .NET via retrying dotnet-install.sh instead of setup-dotnet
CI and Deploy / test (pull_request) Successful in 2m5s
CI and Deploy / deploy (pull_request) Has been skipped
fc356012e6
The single self-hosted act_runner intermittently fails actions/setup-dotnet:
a partial extraction sticks in the shared tool-cache (tar: Cannot open: File
exists) or the SDK tarball download corrupts. Install into a clean private
$HOME/.dotnet via dotnet-install.sh with a rm -rf + retry-once, matching the
npm ci and NuGet publish retries already in this pipeline.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
cesnimda merged commit 35eaef9dee into main 2026-07-11 13:10:57 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cesnimda/jobtrackingapp#8