Skip to content

Commit 9451218

Browse files
committed
TEMP: Enable AppVeyor RDP
1 parent 56758c1 commit 9451218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ branches:
1616
# build starts you will see RDP connection details written out to the
1717
# build console. **DON'T FORGET TO REMOVE THIS COMMIT BEFORE MERGING!**
1818

19-
#init:
20-
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
19+
init:
20+
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
2121

2222
assembly_info:
2323
patch: true

0 commit comments

Comments
 (0)