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

Commit 14cd2b7

Browse files
authored
Update appveyor.yml
remove RDP scripts
1 parent 47391c1 commit 14cd2b7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
version: 1.0.{build}
22
init:
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
3+
- ps: Install-Product node 6.10.1 x64
74
install:
85
- cmd: npm config set msvs_version 2015
96
build_script:
107
- cmd: npm install
118
test_script:
129
- cmd: npm test
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)