appveyor.yml 520 B

1234567891011121314
  1. os: Visual Studio 2022
  2. before_build:
  3. - nuget restore src\Renci.SshNet.sln
  4. build:
  5. project: src\Renci.SshNet.sln
  6. verbosity: minimal
  7. test_script:
  8. - cmd: >-
  9. vstest.console /logger:Appveyor src\Renci.SshNet.Tests\bin\Debug\net462\Renci.SshNet.Tests.dll /TestCaseFilter:"TestCategory!=integration&TestCategory!=LongRunning" --blame
  10. vstest.console /logger:Appveyor src\Renci.SshNet.Tests\bin\Debug\net7.0\Renci.SshNet.Tests.dll /TestCaseFilter:"TestCategory!=integration&TestCategory!=LongRunning" --blame