File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5959 - SET PATH=C:\Program Files (x86)\Microsoft Visual Studio %PHP_VC%.0\VC;C:\Program Files (x86)\Microsoft Visual Studio %PHP_VC%.0\VC\bin;%PATH%
6060 - SET ANSICON=121x90 (121x90)
6161 - ps : IF ($env:APPVEYOR_REPO_BRANCH -eq "development") {$env:APPVEYOR_CACHE_SKIP_SAVE = "true"}
62- - ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
6362
6463os : Windows Server 2012 R2
6564
@@ -215,8 +214,11 @@ on_failure:
215214on_success :
216215 - ' dir'
217216
218- on_finish :
219- - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
217+ # If you need to investigate worker on build finish uncomment this
218+ # to display Remote Desktop connection details and pause the build
219+ # until a special “lock” file on VM desktop is deleted
220+ # on_finish:
221+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
220222
221223artifacts :
222224 - path : ' .\*.zip'
You can’t perform that action at this time.
0 commit comments