Skip to content

Commit b895018

Browse files
authored
Update boostrap-new-os.md (#4811)
Changing URLs because of CDN change referenced at dotnet/core#9671
1 parent cb9cef8 commit b895018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/boostrap-new-os.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ itself. The way to construct the URL can be found in the `init-tools.sh` file in
5555
the root of each repo. Currently, it is constructed as follows:
5656

5757
```bash
58-
https://dotnetcli.azureedge.net/dotnet/Sdk/${__DOTNET_TOOLS_VERSION}/dotnet-sdk-${__DOTNET_TOOLS_VERSION}-${__PKG_RID}-${__PKG_ARCH}.tar.gz
58+
https://builds.dotnet.microsoft.com/dotnet/Sdk/${__DOTNET_TOOLS_VERSION}/dotnet-sdk-${__DOTNET_TOOLS_VERSION}-${__PKG_RID}-${__PKG_ARCH}.tar.gz
5959
```
6060

6161
The `${__DOTNET_TOOLS_VERSION}` is replaced by the seed CLI version, the
6262
`${__PKG_RID}` by the RID of the current platform and `${__PKG_ARCH}` by the
6363
architecture of the current platform. So for tools version `2.0.0` on linux
6464
distro with x64 architecture where portable dotnet core can be used, the URL is
65-
`https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0/dotnet-sdk-2.0.0-linux-x64.tar.gz`
65+
`https://builds.dotnet.microsoft.com/dotnet/Sdk/2.0.0/dotnet-sdk-2.0.0-linux-x64.tar.gz`
6666
To download it, `wget` or `curl` tools can be used. Once the file is downloaded,
6767
create a new folder and untar the file into it.
6868
So e.g. for the file mentioned above, use:

0 commit comments

Comments
 (0)