appveyor: move init part of debugging settings to init section
This commit is contained in:
@@ -28,6 +28,8 @@ install:
|
|||||||
init:
|
init:
|
||||||
# Set autocrlf to make batch files work
|
# Set autocrlf to make batch files work
|
||||||
- git config --global core.autocrlf true
|
- 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)
|
# Set clone depth (do not fetch complete history)
|
||||||
clone_depth: 50
|
clone_depth: 50
|
||||||
@@ -130,9 +132,8 @@ on_finish:
|
|||||||
## note that you will need to connect within the usual build timeout limit (60 minutes)
|
## 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
|
## so you may want to adjust the build matrix above to just build the one of interest
|
||||||
|
|
||||||
# print the connection info
|
# to print the RDP connection info
|
||||||
#init:
|
# uncomment the appropriate line in the init: section above
|
||||||
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
|
||||||
|
|
||||||
# block a failed build (until the watchdog barks)
|
# block a failed build (until the watchdog barks)
|
||||||
#on_failure:
|
#on_failure:
|
||||||
|
|||||||
Reference in New Issue
Block a user