Move downloads to CDN (#3873)

This commit is contained in:
Piotr Puszkiewicz 2016-07-15 15:36:01 -04:00 committed by GitHub
parent 5059e9c61b
commit 89e127b8ac
5 changed files with 12 additions and 12 deletions

View file

@ -45,7 +45,7 @@
.PARAMETER Verbose
Displays diagnostics information.
.PARAMETER AzureFeed
Default: https://dotnetcli.blob.core.windows.net/dotnet
Default: https://dotnetcli.azureedge.net/dotnet
This parameter should not be usually changed by user. It allows to change URL for the Azure feed used by this installer.
#>
[cmdletbinding()]
@ -58,7 +58,7 @@ param(
[switch]$DebugSymbols, # TODO: Switch does not work yet. Symbols zip is not being uploaded yet.
[switch]$DryRun,
[switch]$NoPath,
[string]$AzureFeed="https://dotnetcli.blob.core.windows.net/dotnet"
[string]$AzureFeed="https://dotnetcli.azureedge.net/dotnet"
)
Set-StrictMode -Version Latest