dotnet team changed their script name, change our bootstrap

This commit is contained in:
Sergei Vorobev 2016-05-22 00:56:39 -07:00
parent 3bae87d2a4
commit 53b8411111
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -7,7 +7,7 @@ project.lock.json
*-tests.xml
# dotnet cli install.ps1 script
install.ps1
dotnet-install.ps1
# VS auto-generated solution files for project.json solutions
*.xproj

View file

@ -398,8 +398,8 @@ function Start-PSBootstrap {
} elseif ($IsWindows -And -Not $IsCore) {
Remove-Item -ErrorAction SilentlyContinue -Recurse -Force ~\AppData\Local\Microsoft\dotnet
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1 -OutFile install.ps1
./install.ps1 -Version 1.0.0-rc2-002655
Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1 -OutFile dotnet-install.ps1
./dotnet-install.ps1
} else {
Write-Warning "Start-PSBootstrap cannot be run in Core PowerShell on Windows (need Invoke-WebRequest!)"