Skip to content

Commit cbd4156

Browse files
committed
Fix appveyor caching
1 parent e4c3e33 commit cbd4156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ build_script:
1313
- dotnet cake --Target=Test
1414
test: off
1515
cache:
16-
- 'src/CurlToCSharp/node_modules/ -> src/CurlToCSharp/yarn.lock'
16+
- 'src/CurlToCSharp/node_modules/ -> src/CurlToCSharp/package-lock.json'
1717
- 'tools -> build.cake'
1818
- '$HOME/.nuget/packages -> **\*.csproj'
1919
- '$HOME/.sonar/cache'
20-
- '$HOME/.cache/Cypress -> src/CurlToCSharp/yarn.lock'
20+
- '$HOME/.cache/Cypress -> src/CurlToCSharp/package-lock.json'
2121

2222
for:
2323
-

0 commit comments

Comments
 (0)