We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56758c1 commit 9451218Copy full SHA for 9451218
appveyor.yml
@@ -16,8 +16,8 @@ branches:
16
# build starts you will see RDP connection details written out to the
17
# build console. **DON'T FORGET TO REMOVE THIS COMMIT BEFORE MERGING!**
18
19
-#init:
20
-#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
+init:
+- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
21
22
assembly_info:
23
patch: true
0 commit comments