We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1dd1b commit 40c0c06Copy full SHA for 40c0c06
misc/appveyor.yml
@@ -35,6 +35,9 @@ environment:
35
configuration:
36
- release
37
38
+init:
39
+ - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
40
+
41
install:
42
# win-iconv
43
- ps: &setup |
0 commit comments