Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[xa-prep-tasks]
DownloadUri
needs to create directory (#884)
Context: commit e5cc9e2 Since we are now downloading the bundle to `~/android-archives`, it is possible that the directory will not exist on a clean machine. We should be calling `Directory.CreateDirectory()` in the `DownloadUri` task anyway, as this could easily happen on any destination file. A case this occured happened on VSTS: https://devdiv.visualstudio.com/DevDiv/_build/index?buildId=1006149
- Loading branch information