Skip to content

Commit

Permalink
Removed install from appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Oct 21, 2017
1 parent c840978 commit a1e9c73
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,6 @@ init:
git clone https://github.com/CosmosOS/XSharp.git c:\XSharp --depth 1
git clone https://github.com/CosmosOS/IL2CPU.git c:\IL2CPU --depth 1
install:
- ps: |
$env:DOTNET_INSTALL_DIR = "$pwd\.dotnetsdk"
mkdir $env:DOTNET_INSTALL_DIR -Force | Out-Null
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/dotnet/cli/release/2.0.0/scripts/obtain/dotnet-install.ps1" -OutFile "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1"
'& "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Version 2.0.0 -InstallDir $env:DOTNET_INSTALL_DIR'
$env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
build_script:
- cmd: >-
rem %APPVEYOR_BUILD_FOLDER%
Expand Down

0 comments on commit a1e9c73

Please sign in to comment.