From 3bf60d276291990ec147a0264fcf8323c0dd928a Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sun, 3 Sep 2017 19:54:49 +0200 Subject: [PATCH] AppVeyor: Misc --- appveyor.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 63610448f..e2169830e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,7 +5,7 @@ branches: only: - master skip_branch_with_pr: true -image: Visual Studio 2017 Preview +image: Visual Studio 2017 configuration: Release platform: Any CPU clone_depth: 10 @@ -29,10 +29,7 @@ install: Invoke-WebRequest -Uri 'https://raw.githubusercontent.com/dotnet/cli/master/scripts/obtain/dotnet-install.ps1' -OutFile '.\scripts\obtain\dotnet-install.ps1' - .\scripts\obtain\dotnet-install.ps1 -Channel "$env:DOTNET_CHANNEL" -InstallDir "$env:DOTNET_INSTALL_DIR" -NoPath - - - $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path" + .\scripts\obtain\dotnet-install.ps1 -Channel "$env:DOTNET_CHANNEL" -InstallDir "$env:DOTNET_INSTALL_DIR" before_build: - ps: >- $ErrorActionPreference = 'Stop'