mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Pin dotnet-cli version to 1.0.0-preview3-003930 (#2573)
This commit is contained in:
parent
cef0c54157
commit
2f233644f2
@ -902,7 +902,10 @@ function Start-PSBootstrap {
|
||||
ConfirmImpact="High")]
|
||||
param(
|
||||
[string]$Channel = "rel-1.0.0",
|
||||
[string]$Version = "latest",
|
||||
# we currently pin dotnet-cli version, because tool
|
||||
# is currently migrating to msbuild toolchain
|
||||
# and requires constant updates to our build process.
|
||||
[string]$Version = "1.0.0-preview3-003930",
|
||||
[switch]$Package,
|
||||
[switch]$NoSudo,
|
||||
[switch]$Force
|
||||
|
Loading…
Reference in New Issue
Block a user