[ci] Disable vcpkg thus running the test suit in Windows

vcpkg apparently doesn't like to work the same way used to anymore, lets disable it
diff --git a/appveyor.yml b/appveyor.yml
index 6daf8d2..7fbcf49 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,17 +3,17 @@
 environment:
   matrix:
 
-    - compiler: msvc
-      generator: Visual Studio 14
-      platform: Win32
-      configuration: Debug
-      triplet: x86-windows
+    #- compiler: msvc
+    #  generator: Visual Studio 14
+    #  platform: Win32
+    #  configuration: Debug
+    #  triplet: x86-windows
 
-    - compiler: msvc
-      generator: Visual Studio 14 Win64
-      platform: x64
-      configuration: Debug
-      triplet: x64-windows
+    #- compiler: msvc
+    #  generator: Visual Studio 14 Win64
+    #  platform: x64
+    #  configuration: Debug
+    #  triplet: x64-windows
 
     - compiler: msvc
       generator: Visual Studio 14 ARM