Skip to content

Commit

Permalink
Address Alexander Köplinger's feedback
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@dca66a0
  • Loading branch information
terrajobst committed Apr 20, 2017
1 parent b695cbb commit 3d207d5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/libraries/project-docs/dogfooding.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,15 +243,13 @@ In a future update to Visual Studio, it will no longer be necessary to make this
The URL scheme for the runtime is as follows:

```
https://dotnetcli.blob.core.windows.net/dotnet/master/Installers/$version$/dotnet-$os$-$arch$.$version$.exe
https://dotnetcli.blob.core.windows.net/dotnet/master/Installers/2.0.0-preview1-001915-00/dotnet-win-x64.2.0.0-preview1-001915-00.exe
https://dotnetcli.azureedge.net/dotnet/master/Installers/$version$/dotnet-$os$-$arch$.$version$.exe
https://dotnetcli.azureedge.net/dotnet/master/Installers/2.0.0-preview1-001915-00/dotnet-win-x64.2.0.0-preview1-001915-00.exe
```

The URL scheme for the SDK & CLI is as follows:

```
https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version$/dotnet-dev-$os$-$arch.$version$.exe
https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.0.0-preview1-005791/dotnet-dev-win-x86.2.0.0-preview1-005791.exe
https://dotnetcli.azureedge.net/dotnet/Sdk/$version$/dotnet-dev-$os$-$arch.$version$.exe
https://dotnetcli.azureedge.net/dotnet/Sdk/2.0.0-preview1-005791/dotnet-dev-win-x86.2.0.0-preview1-005791.exe
```


0 comments on commit 3d207d5

Please sign in to comment.