From 9077d0c77e071d774b726e84b2524789ac37749a Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 23 Jan 2018 23:29:08 -0500 Subject: [PATCH] Purge Appveyor build cache --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index baaa255f1..68a82d23b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,8 +26,8 @@ test_script: - C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\" && exec ./test.sh Windows Unit cache: - - '%USERPROFILE%\.nuget\packages' - - node_modules + #- '%USERPROFILE%\.nuget\packages' + #- node_modules pull_requests: do_not_increment_build_number: true