script rdp
@@ -12,6 +12,7 @@ | ||
12 | 12 | - libs |
13 | 13 | |
14 | 14 | build_script: |
15 | + - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) | |
15 | 16 | - ci_scripts/build_appveyor_release_bat.bat |
16 | 17 | - ci_scripts/build_appveyor_release_bat_pre_cache.bat |
17 | 18 |