mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-11 01:36:39 +00:00
14 lines
512 B
YAML
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" |