Skip to content

Commit 5329356

Browse files
ForNeVeRintellij-monorepo-bot
authored andcommitted
dotnet.cmd: new URL for download
For details, see dotnet/core#9671 GitOrigin-RevId: e047e9a4ea95e2304c90b958a1d5afb3780401dd
1 parent e6de086 commit 5329356

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dotnet-sdk.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Linux)
6868
*) echo "Unknown platform: $(uname)" >&2; exit 1;;
6969
esac
7070

71-
DOTNET_URL=https://cache-redirector.jetbrains.com/dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_VERSION/dotnet-sdk-$DOTNET_VERSION-$DOTNET_OS-$DOTNET_ARCH.tar.gz
71+
DOTNET_URL=https://cache-redirector.jetbrains.com/builds.dotnet.microsoft.com/dotnet/Sdk/$DOTNET_VERSION/dotnet-sdk-$DOTNET_VERSION-$DOTNET_OS-$DOTNET_ARCH.tar.gz
7272
DOTNET_TARGET_DIR=$TARGET_DIR/s$DOTNET_SHORT_VERSION-$DOTNET_ARCH
7373
DOTNET_TEMP_FILE=$TARGET_DIR/temp.tar.gz
7474

@@ -162,7 +162,7 @@ goto fail
162162

163163
))))
164164

165-
set DOTNET_URL=https://cache-redirector.jetbrains.com/dotnetcli.azureedge.net/dotnet/Sdk/%DOTNET_VERSION%/dotnet-sdk-%DOTNET_VERSION%-win-%DOTNET_ARCH%.zip
165+
set DOTNET_URL=https://cache-redirector.jetbrains.com/builds.dotnet.microsoft.com/dotnet/Sdk/%DOTNET_VERSION%/dotnet-sdk-%DOTNET_VERSION%-win-%DOTNET_ARCH%.zip
166166
set DOTNET_TARGET_DIR=%TARGET_DIR%s%DOTNET_SHORT_VERSION%-%DOTNET_ARCH%\
167167
set DOTNET_TEMP_FILE=%TARGET_DIR%temp.zip
168168
set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true

resharper/resharper-unity/test/data/dotnet-sdk.cmd

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Linux)
6868
*) echo "Unknown platform: $(uname)" >&2; exit 1;;
6969
esac
7070

71-
DOTNET_URL=https://cache-redirector.jetbrains.com/dotnetcli.azureedge.net/dotnet/Sdk/$DOTNET_VERSION/dotnet-sdk-$DOTNET_VERSION-$DOTNET_OS-$DOTNET_ARCH.tar.gz
71+
DOTNET_URL=https://cache-redirector.jetbrains.com/builds.dotnet.microsoft.com/dotnet/Sdk/$DOTNET_VERSION/dotnet-sdk-$DOTNET_VERSION-$DOTNET_OS-$DOTNET_ARCH.tar.gz
7272
DOTNET_TARGET_DIR=$TARGET_DIR/s$DOTNET_SHORT_VERSION-$DOTNET_ARCH
7373
DOTNET_TEMP_FILE=$TARGET_DIR/temp.tar.gz
7474

@@ -162,7 +162,7 @@ goto fail
162162

163163
))))
164164

165-
set DOTNET_URL=https://cache-redirector.jetbrains.com/dotnetcli.azureedge.net/dotnet/Sdk/%DOTNET_VERSION%/dotnet-sdk-%DOTNET_VERSION%-win-%DOTNET_ARCH%.zip
165+
set DOTNET_URL=https://cache-redirector.jetbrains.com/builds.dotnet.microsoft.com/dotnet/Sdk/%DOTNET_VERSION%/dotnet-sdk-%DOTNET_VERSION%-win-%DOTNET_ARCH%.zip
166166
set DOTNET_TARGET_DIR=%TARGET_DIR%s%DOTNET_SHORT_VERSION%-%DOTNET_ARCH%\
167167
set DOTNET_TEMP_FILE=%TARGET_DIR%temp.zip
168168
set DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true

0 commit comments

Comments
 (0)