Skip to content

Commit

Permalink
Attempt to run both .NET 4.0 and .NET 3.5 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
drieseng committed Jan 22, 2017
1 parent 7b55ec0 commit 0baac6a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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"

0 comments on commit 0baac6a

Please sign in to comment.