diff --git a/appveyor.yml b/appveyor.yml index 4fd2bf80..78837875 100644 --- a/appveyor.yml +++ b/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 \ No newline at end of file