Skip to content

Commit ce1182e

Browse files
authored
Agent Release - Replaced Download .NET Vanity URL with Actual URL (#5201)
* Update dot net url
1 parent 1b7fa9f commit ce1182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ restore_dotnet_install_script() {
7979
DOTNET_INSTALL_SCRIPT_PATH="./Misc/${DOTNET_INSTALL_SCRIPT_NAME}"
8080

8181
if [[ ! -e "${DOTNET_INSTALL_SCRIPT_PATH}" ]]; then
82-
curl -sSL "https://dot.net/v1/${DOTNET_INSTALL_SCRIPT_NAME}" -o "${DOTNET_INSTALL_SCRIPT_PATH}"
82+
curl -sSL "https://builds.dotnet.microsoft.com/dotnet/scripts/v1/${DOTNET_INSTALL_SCRIPT_NAME}" -o "${DOTNET_INSTALL_SCRIPT_PATH}"
8383
fi
8484
}
8585

0 commit comments

Comments
 (0)