Skip to content

Commit 479aeeb

Browse files
committed
[CI] Print where we are getting dotnet-install.sh from
1 parent a95449c commit 479aeeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builds/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/87
6262
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
6363

6464
dotnet-install.sh: Makefile
65+
$(Q) echo "Downloading dotnet-install.sh from $(DOTNET_DOWNLOAD_URL) into $@."
6566
$(Q) $(CURL_RETRY) $(DOTNET_DOWNLOAD_URL) --output $@.tmp
6667
$(Q) chmod +x $@.tmp
6768
$(Q) mv $@.tmp $@

0 commit comments

Comments
 (0)