From bc20c0e6fcf42312f67024e930808b281c7f1dd8 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Mon, 5 Oct 2020 13:23:15 +0200 Subject: [PATCH] WIP --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index cff59e737..7c99e48b4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -324,8 +324,9 @@ on_failure: - ps: Write-Host "Build error." -ForegroundColor Red on_finish: - ps: >- - # $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - + + # $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) + Write-Host "ProxSpace: create new cache..." -NoNewLine cd $env:proxspace_path @@ -337,3 +338,4 @@ on_finish: Move-Item -Path "$env:proxspace_path\msys2\var\cache" -Destination "$env:proxspace_cache_path" -Force Write-Host "[ OK ]" -ForegroundColor Gree + \ No newline at end of file