Skip to content

Commit 435447c

Browse files
committed
apv
1 parent 46237c4 commit 435447c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ for:
7878
- matrix:
7979
only: [COVERAGE: true]
8080
test_script: [ps: ci\codecov.ps1]
81-
init:
82-
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
83-
on_finish:
84-
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
81+
#init:
82+
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
83+
#on_finish:
84+
# - 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)