Skip to content

Commit 96e7aef

Browse files
author
Kapil Borle
committed
Update appveyor to block for rdp after build
1 parent 2954583 commit 96e7aef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ on_finish:
6464
# You can add other artifacts here
6565
(ls $zipFile)
6666
) | % { Push-AppveyorArtifact $_.FullName }
67+
$blockRdp = $true
68+
iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

0 commit comments

Comments
 (0)