Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3aa6359

Browse files
committedSep 27, 2016
disable RDP
1 parent 8268602 commit 3aa6359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_script:
1212
- gulp build
1313

1414
before_test:
15-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
15+
#- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1616

1717
test_script:
1818
- gulp test

0 commit comments

Comments
 (0)
Please sign in to comment.