Skip to content

Commit

Permalink
Install script typo..
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt committed May 17, 2016
1 parent d9a279e commit 574b173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install:
- ps: mkdir -Force ".\build\" | Out-Null
- ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\build\installcli.ps1"
- ps: $env:DOTNET_INSTALL_DIR = "$pwd\.dotnetcli"
- ps: $cliversion = (Get-Content -Path $globalJson -Raw | ConvertFrom-JSON).sdk.version
- ps: $cliversion = (Get-Content -Path .\global.json -Raw | ConvertFrom-JSON).sdk.version
- ps: '& .\build\installcli.ps1 -Channel "preview" -version "$env:cliversion" -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath'
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
build_script:
Expand Down

0 comments on commit 574b173

Please sign in to comment.