Change the default channel in dotnet-install scripts to "preview".

This commit is contained in:
Eric Erhardt 2016-05-19 13:36:24 -05:00
parent 9af3edfeda
commit bf9b5a9288
2 changed files with 2 additions and 2 deletions

View file

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