Fixed: Look for changes to package.json before using old build cache (#2445)

Qstick 7 years ago committed by Leonardo Galli
parent da425b04b1
commit 4afd3f3bfe

@ -32,7 +32,7 @@ artifacts:
cache: cache:
- '%USERPROFILE%\.nuget\packages' - '%USERPROFILE%\.nuget\packages'
- node_modules - node_modules -> package.json
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true

Loading…
Cancel
Save