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

This commit is contained in:
drieseng
2016-06-20 11:21:36 +02:00
parent 2f7a5f91ff
commit e1a09c71a5
+6
View File
@@ -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