From 022c78b4fe584a8652f328c8ff51cb677885e792 Mon Sep 17 00:00:00 2001 From: Kylart Date: Wed, 6 Nov 2019 12:49:49 +0100 Subject: [PATCH] Tried removing only sln files --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 41f669a..e5b6447 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,9 +43,11 @@ install: - set "PATH=c:/Program Files/libtorrent/;%PATH%" - cd %APPVEYOR_BUILD_FOLDER% - - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\ - npm install + - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\lib\libtorrent\build\libtorrent.sln + - del /Q/S %APPVEYOR_BUILD_FOLDER%\bindings\build\kawabinds.sln + test_script: - node --version - npm --version