- os: Visual Studio 2022
- before_build:
- - nuget restore src\Renci.SshNet.sln
- build:
- project: src\Renci.SshNet.sln
- verbosity: minimal
- test_script:
- - cmd: >-
- vstest.console /logger:Appveyor src\Renci.SshNet.Tests\bin\Debug\net462\Renci.SshNet.Tests.dll /TestCaseFilter:"TestCategory!=integration" --blame
-
- vstest.console /logger:Appveyor src\Renci.SshNet.Tests\bin\Debug\net7.0\Renci.SshNet.Tests.dll /TestCaseFilter:"TestCategory!=integration" --blame
|