Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 47391c1

Browse files
committed
-turn on RDP pausing again (try to fix test hangs)
1 parent c86ed8f commit 47391c1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

appveyor.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
version: 1.0.{build}
22
init:
3-
- ps: Install-Product node 6.10.1 x64
3+
- ps: >-
4+
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
5+
6+
Install-Product node 6.10.1 x64
47
install:
58
- cmd: npm config set msvs_version 2015
69
build_script:
710
- cmd: npm install
811
test_script:
912
- cmd: npm test
10-
on_finish:
13+
on_finish:
14+
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)