Files
ssh.net/appveyor.yml
T
2017-01-22 15:01:42 +01:00

14 lines
512 B
YAML

os: Visual Studio 2015
before_build:
- nuget restore src\Renci.SshNet.VS2015.sln
build:
project: src\Renci.SshNet.VS2015.sln
verbosity: minimal
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"