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 59
59
- 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%
60
60
- SET ANSICON=121x90 (121x90)
61
61
- 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'))
63
62
64
63
os : Windows Server 2012 R2
65
64
@@ -215,8 +214,11 @@ on_failure:
215
214
on_success :
216
215
- ' dir'
217
216
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'))
220
222
221
223
artifacts :
222
224
- path : ' .\*.zip'
You can’t perform that action at this time.
0 commit comments