This commit is contained in:
Gator96100 2020-10-05 13:23:15 +02:00
commit bc20c0e6fc

View file

@ -324,7 +324,8 @@ 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
@ -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