We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95449c commit 479aeebCopy full SHA for 479aeeb
builds/Makefile
@@ -62,6 +62,7 @@ DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/87
62
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
63
64
dotnet-install.sh: Makefile
65
+ $(Q) echo "Downloading dotnet-install.sh from $(DOTNET_DOWNLOAD_URL) into $@."
66
$(Q) $(CURL_RETRY) $(DOTNET_DOWNLOAD_URL) --output $@.tmp
67
$(Q) chmod +x $@.tmp
68
$(Q) mv $@.tmp $@
0 commit comments