From a1e9c733fd68d7573011ca2b2d992e22cefbb34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Sat, 21 Oct 2017 21:27:53 +0100 Subject: [PATCH] Removed install from appveyor.yml. --- appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0cafb9be3..6258b90a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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%