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 1b7fa9f commit ce1182eCopy full SHA for ce1182e
src/dev.sh
@@ -79,7 +79,7 @@ restore_dotnet_install_script() {
79
DOTNET_INSTALL_SCRIPT_PATH="./Misc/${DOTNET_INSTALL_SCRIPT_NAME}"
80
81
if [[ ! -e "${DOTNET_INSTALL_SCRIPT_PATH}" ]]; then
82
- curl -sSL "https://dot.net/v1/${DOTNET_INSTALL_SCRIPT_NAME}" -o "${DOTNET_INSTALL_SCRIPT_PATH}"
+ curl -sSL "https://builds.dotnet.microsoft.com/dotnet/scripts/v1/${DOTNET_INSTALL_SCRIPT_NAME}" -o "${DOTNET_INSTALL_SCRIPT_PATH}"
83
fi
84
}
85
0 commit comments