Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[macos] add retries when installing DotNETSDK
  • Loading branch information
ilia-shipitsin committed Oct 13, 2023
commit 8fa7cf7017770b8db094db29793188eb894781ed
2 changes: 1 addition & 1 deletion images/macos/provision/core/dotnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ arch=$(get_arch)

# Download installer from dot.net and keep it locally
DOTNET_INSTALL_SCRIPT="https://dot.net/v1/dotnet-install.sh"
curl -fsSL -o "dotnet-install.sh" "$DOTNET_INSTALL_SCRIPT"
download_with_retries $DOTNET_INSTALL_SCRIPT .
chmod +x ./dotnet-install.sh

ARGS_LIST=()
Expand Down