We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479aeeb commit 47d8ab3Copy full SHA for 47d8ab3
builds/Makefile
@@ -57,7 +57,7 @@ print-dotnet-pkg-urls: dotnet-install.sh
57
58
# We need https://github.com/dotnet/install-scripts/pull/526, which hasn't been released yet.
59
# Revert to using https://dot.net/v1/dotnet-install.sh whenever https://dot.net/v1/dotnet-install.sh has been updated.
60
-DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/87151ae8d2153247f4566208e0df23169d737e92/src/dotnet-install.sh
+# DOTNET_DOWNLOAD_URL?=https://raw.githubusercontent.com/dotnet/install-scripts/87151ae8d2153247f4566208e0df23169d737e92/src/dotnet-install.sh
61
62
DOTNET_DOWNLOAD_URL?=https://dot.net/v1/dotnet-install.sh
63
0 commit comments