Change preview channel to rel-1.0.0

Recent CLI commits have changed the channel from which to download.
This commit is contained in:
Andrew Schwartzmeyer 2016-06-23 13:23:03 -07:00
parent fd1c87f17e
commit f8e0c1a49e

View File

@ -409,7 +409,7 @@ function Start-PSxUnit {
function Start-PSBootstrap {
[CmdletBinding()]param(
[ValidateSet("dev", "beta", "preview")]
[string]$Channel = "preview",
[string]$Channel = "rel-1.0.0",
[string]$Version = "latest"
)