Commit c8b49ed
committed
Detect temp file deletion by dnx tool and re-download
Since we use the same temp location for files as the dotnet file programs, they might be cleaned up after a period.
We were previously not detecting this and just failing to locate the file (since we only download if saved etag didn't match). We now consider a missing local file as an implicit request to --force download and extract again.1 parent 1c699be commit c8b49ed
1 file changed
+21
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
70 | 91 | | |
71 | | - | |
72 | 92 | | |
73 | 93 | | |
74 | 94 | | |
| |||
0 commit comments