mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 09:43:57 +08:00
Change preview channel to rel-1.0.0
Recent CLI commits have changed the channel from which to download.
This commit is contained in:
parent
fd1c87f17e
commit
f8e0c1a49e
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user