From f5b94dc3f3461b5d6d2f48ac9430ae5555546511 Mon Sep 17 00:00:00 2001 From: Michael Moravec Date: Tue, 8 May 2018 22:06:21 +0200 Subject: [PATCH] AppVeyor: Invalidate Composer cache on composer.json change --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index cc70fb193cc..95f827e9f65 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -13,7 +13,7 @@ cache: - C:\tools\cacert -> .appveyor.yml - C:\tools\composer -> .appveyor.yml - C:\tools\ocular -> .appveyor.yml - - '%LOCALAPPDATA%\Composer\files' + - '%LOCALAPPDATA%\Composer\files' -> composer.json #- vendor ## Build matrix for lowest and highest possible targets