Commit fa8fee180e5538b9762e2f38c3a77292b1e7cb7b

SSE4 2019-02-22T04:08:28

- debug on appveyor Signed-off-by: SSE4 <tomskside@gmail.com>

1
2
3
4
5
6
7
8
9
10
diff --git a/appveyor.yml b/appveyor.yml
index 21cf72a..d155b48 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -22,3 +22,5 @@ environment:
 
 test_script:
     - python build.py
+on_finish:
+    - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))