diff --git a/appveyor.yml b/appveyor.yml index cb7ae8dde..19988da77 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,11 +7,7 @@ build: project: src\Renci.SshNet.VS2015.sln verbosity: minimal -test: - assemblies: - - src\Renci.SshNet.Tests\bin\Debug\Renci.SshNet.Tests.dll - - src\Renci.SshNet.Tests.NET35\bin\Debug\Renci.SshNet.Tests.NET35.dll - categories: - except: - - integration - - LongRunning \ No newline at end of file +test_script: +- cmd: >- + vstest.console /logger:Appveyor src\Renci.SshNet.Tests\bin\Debug\Renci.SshNet.Tests.dll /TestCaseFilter:"TestCategory!=integration&TestCategory!=LongRunning" + vstest.console /logger:Appveyor src\Renci.SshNet.Tests.NET35\bin\Debug\Renci.SshNet.Tests.NET35.dll /TestCaseFilter:"TestCategory!=integration&TestCategory!=LongRunning" \ No newline at end of file