We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d0d38 commit ff06ccfCopy full SHA for ff06ccf
evergreen/compile-sources.sh
@@ -25,7 +25,7 @@ do
25
fi
26
27
DELAY=$((ATTEMPT * RESTORE_RETRY_DELAY_SECONDS_MULTIPLIER))
28
- echo "dotnet restore failed. Retrying in $DELAY seconds..."
+ echo "dotnet restore attempt $ATTEMPT failed. Retrying in $DELAY seconds..."
29
sleep $DELAY
30
done
31
0 commit comments