Abscissa/AppVeyor-D

Use the LATEST dub binary

Opened this issue · 0 comments

Check dlang/installer#301 for details.

latest:

"http://dlang.github.io/dub/LATEST"
"http://code.dlang.org/download/LATEST" (<- probably will get retired at some point)

binaries:

"https://github.com/dlang/dub/releases/download/v$ver/dub-$ver-windows-x86.zip"
 "http://code.dlang.org/files/dub-$ver-windows-x86.zip" (<- might get retired)

FYI there's currently no CI for the dub binaries though using LATEST might be problematic for now
That might change soon with dlang/dub#1471 or with another approach though.