Skip to content

Commit 8268602

Browse files
committed
enable RDP
1 parent eafab43 commit 8268602

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ install:
1111
build_script:
1212
- gulp build
1313

14+
before_test:
15+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
16+
1417
test_script:
1518
- gulp test
1619

0 commit comments

Comments
 (0)