chore: move cache_rebuild file into appveyor dir

This commit is contained in:
Daniele Varrazzo 2022-10-25 12:24:10 +02:00
parent e4b2a197c6
commit 271dd1fce7
3 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: