3 references to MaxAttempts
Microsoft.DotNet.Arcade.Sdk (3)
parent\Common\Tasks\ExecWithRetries.cs (3)
72for (int i = 0; i < MaxAttempts; i++) 104string message = $"Exec FAILED: exit code {exitCode} (attempt {i + 1}/{MaxAttempts})"; 106if (i + 1 == MaxAttempts || _cancelTokenSource.IsCancellationRequested)