appveyor: backslash quoting

[ci skip]
This commit is contained in:
Simon Michael 2018-04-27 18:09:59 -07:00
parent edbf4a1ed3
commit c3d3cb489b

View File

@ -27,7 +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:
- "%LOCALAPPDATA%\Programs\stack"
- "%LOCALAPPDATA%\\Programs\\stack"
- C:\sr -> **\*.yaml
- .stack-work
- hledger-lib\.stack-work -> hledger-lib\**