summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index fff4738f5..a2e738386 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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