Skip to content

Commit 021a526

Browse files
committed
Remove RDP debugging now that builds work.
1 parent 3216c54 commit 021a526

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.appveyor.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
version: 1.0.{build}
22

3-
init:
4-
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
5-
63
pull_requests:
74
do_not_increment_build_number: true
85

@@ -20,6 +17,3 @@ install:
2017

2118
build_script:
2219
- powershell -exec bypass bigtable\api\ci\build-windows.ps1
23-
24-
on_finish:
25-
- 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)