We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091b04e commit c5006a4Copy full SHA for c5006a4
appveyor.yml
@@ -5,6 +5,9 @@ os: unstable
5
platform:
6
- x64
7
8
+init:
9
+ - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
10
+
11
branches:
12
only:
13
- master
0 commit comments