Skip to content

Commit

Permalink
Pin dotnet-cli version to 1.0.0-preview3-003930 (PowerShell#2573)
Browse files Browse the repository at this point in the history
  • Loading branch information
vors authored and lzybkr committed Nov 1, 2016
1 parent cef0c54 commit 2f23364
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f23364

Please sign in to comment.