Skip to content

Commit 9c90e98

Browse files
committed
Add AppVeyor RDP config to appveyor.yml
This change adds a couple lines to appveyor.yml that can be used to enable RDP access to the build server when something goes wrong. To use this configuration, the developer must uncomment the two lines and make another commit to their PR branch. Details are included in the config file.
1 parent 8fbd01c commit 9c90e98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

appveyor.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ branches:
77
only:
88
- master
99

10+
# NOTE: If you need to debug a problem with the AppVeyor build, uncomment the
11+
# following two lines and push them to your PR branch. Once the next
12+
# build starts you will see RDP connection details written out to the
13+
# build console. **DON'T FORGET TO REMOVE THIS COMMIT BEFORE MERGING!**
14+
15+
#init:
16+
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
17+
1018
assembly_info:
1119
patch: true
1220
file: '**\AssemblyInfo.*'

0 commit comments

Comments
 (0)