File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ environment:
77 GH_TOKEN :
88 secure : mCHkUQ+tL4GmNF0UTbEtl5KsM+ZNX/qm5Fy3aAzkQScrkqhcf7w9Toz0bCT/EyWD
99
10- # init:
11- # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
10+ init :
11+ - ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
1212
1313install :
1414 - ps : Install-Product node $env:nodejs_version
@@ -25,5 +25,5 @@ build_script:
2525 - npm run windows-build-all
2626 - npm run dist
2727
28- # on_finish:
29- # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
28+ on_finish :
29+ - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
You can’t perform that action at this time.
0 commit comments