Merge pull request from eerhardt/InstallChannel

Change the default channel in `dotnet-install` scripts to "preview".
This commit is contained in:
Eric Erhardt 2016-05-19 19:07:04 -05:00
commit 4711f5983f
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
#> #>
[cmdletbinding()] [cmdletbinding()]
param( param(
[string]$Channel="beta", [string]$Channel="preview",
[string]$Version="Latest", [string]$Version="Latest",
[string]$InstallDir="<auto>", [string]$InstallDir="<auto>",
[string]$Architecture="<auto>", [string]$Architecture="<auto>",

View file

@ -532,7 +532,7 @@ local_version_file_relative_path="/.version"
bin_folder_relative_path="" bin_folder_relative_path=""
temporary_file_template="${TMPDIR:-/tmp}/dotnet.XXXXXXXXX" temporary_file_template="${TMPDIR:-/tmp}/dotnet.XXXXXXXXX"
channel="beta" channel="preview"
version="Latest" version="Latest"
install_dir="<auto>" install_dir="<auto>"
architecture="<auto>" architecture="<auto>"