Explorar el Código

Exclude integration tests, and only run tests for Renci.SshNet.Tests assembly.

drieseng hace 9 años
padre
commit
e1a09c71a5
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      appveyor.yml

+ 6 - 0
appveyor.yml

@@ -6,3 +6,9 @@ before_build:
 build:
   project: src\Renci.SshNet.VS2015.sln
   verbosity: minimal
+
+test:
+  assemblies: src\Renci.SshNet.Tests\bin\Debug\Renci.SshNet.Tests.dll
+  categories:
+    except:
+    - integration