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 53d0847 commit 2fd64bbCopy full SHA for 2fd64bb
images/macos/provision/core/dotnet.sh
@@ -14,7 +14,7 @@ arch=$(get_arch)
14
15
# Download installer from dot.net and keep it locally
16
DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh"
17
-curl -fsSL -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT"
+download_with_retries $DOTNET_INSTALL_SCRIPT .
18
chmod +x ./dotnet-install.sh
19
20
ARGS_LIST=()
0 commit comments