mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
appveyor: don't persist rollup cache in appveyor cache
Rollups cache usage has turned out to be unreliable, reusing stale data that should be regenerated.
This commit is contained in:
parent
7553bcb74f
commit
93a533d732
1 changed files with 4 additions and 0 deletions
|
@ -366,6 +366,10 @@ test_script:
|
|||
- ps: Exec { & python tools\test.py $env:DENO_BUILD_PATH }
|
||||
|
||||
after_test:
|
||||
# Delete the the rollup cache, which is unreliable, so that it doesn't get
|
||||
# persisted in the appveyor cache.
|
||||
- ps: if (Get-SaveCache) { Delete-Tree "$env:DENO_BUILD_PATH\.rpt2_cache" }
|
||||
|
||||
# Remove stale files and empty dirs from the build directory.
|
||||
- ps: Stop-TraceFilesNeeded
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue