Skip to content

Commit

Permalink
appveyor: move init part of debugging settings to init section
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Apr 29, 2020
1 parent 3c1e223 commit 157a7af
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions appveyor/.appveyor.yml.example-full
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ install:
init:
# Set autocrlf to make batch files work
- git config --global core.autocrlf true
# print the connection info for RDP connections (see 'debugging' below)
#- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))

# Set clone depth (do not fetch complete history)
clone_depth: 50
Expand Down Expand Up @@ -130,9 +132,8 @@ on_finish:
## note that you will need to connect within the usual build timeout limit (60 minutes)
## so you may want to adjust the build matrix above to just build the one of interest

# print the connection info
#init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# to print the RDP connection info
# uncomment the appropriate line in the init: section above

# block a failed build (until the watchdog barks)
#on_failure:
Expand Down

0 comments on commit 157a7af

Please sign in to comment.