瀏覽代碼

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

drieseng 9 年之前
父節點
當前提交
e1a09c71a5
共有 1 個文件被更改,包括 6 次插入0 次删除
  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