diff --git a/appveyor.yml b/appveyor.yml index 19988da77..ab8e88d55 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,4 +10,5 @@ build: 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