diff --git a/scripts/build/appveyor.cache_rebuild b/.appveyor/cache_rebuild similarity index 100% rename from scripts/build/appveyor.cache_rebuild rename to .appveyor/cache_rebuild diff --git a/.appveyor/packages.yml b/.appveyor/packages.yml index 3776d0ce3..522065230 100644 --- a/.appveyor/packages.yml +++ b/.appveyor/packages.yml @@ -54,7 +54,7 @@ services: cache: # Rebuild cache if following file changes # (See the file to zap the cache manually) - - C:\Others -> scripts\build\appveyor.cache_rebuild + - C:\Others -> .appveyor\cache_rebuild # Script called before repo cloning # init: diff --git a/.appveyor/tests.yml b/.appveyor/tests.yml index 67d3d61ca..3fa763466 100644 --- a/.appveyor/tests.yml +++ b/.appveyor/tests.yml @@ -49,7 +49,7 @@ services: cache: # Rebuild cache if following file changes # (See the file to zap the cache manually) - - C:\Others -> scripts\build\appveyor.cache_rebuild + - C:\Others -> .appveyor\cache_rebuild # Script called before repo cloning # init: