appveyor DownloadFile is downloading cached files
We cached SourceForge.net downloads to avoid problems. It seems useless as AppVeyor will re-download cached files anyway. See https://ci.appveyor.com/project/OpenRA/openra/build/1.0.2713
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac

Support Staff 1 Posted by Feodor Fitsner on 01 May, 2015 07:04 PM
Well, that's correct behavior.
appveyor DownloadFiledoesn't check cache. It is your responsibility to verify if the file exists and if it doesn't then callappveyor DownloadFile, something likeIF EXISTS ...(http://stackoverflow.com/questions/4340350/how-to-check-if-a-file-e...)2 Posted by Mailaender on 02 May, 2015 06:13 AM
I filed https://github.com/OpenRA/OpenRA/pull/8077 with your suggestions.
Mailaender closed this discussion on 21 May, 2015 01:41 PM.