This document describes how to clear the AppVeyor build cache using the Cake.Recipe script.
- Make sure that you have the following environment variables set in your local development environment:
- Run:
- On Windows: .\build.ps1 --target=clearcache
- On MacOS/Linux: ./build.sh --target=clearcache
 
- On Windows: