From 0c9820e24833cbf486c997af0dc85c0c39d7a730 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 5 Jul 2018 06:05:25 +0100 Subject: [PATCH] tools: appveyor: troubleshooting stack#4125 Save all custom stack*exe's in cache [ci skip] --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index e4d551699..028a575e2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -27,6 +27,7 @@ environment: # To declare cache dependency on specific files add "-> FILEPATTERN below. Appveyor will checksum # only those files for cache invalidation, quicker than checksumming all cached content. cache: +- stack*.exe - "%LOCALAPPDATA%\\Programs\\stack" - C:\Users\appveyor\AppData\Roaming\local\bin - C:\sr