Procházet zdrojové kódy

Also run .NET 3.5 tests.

Gert Driesen před 8 roky
rodič
revize
7b55ec02f4
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3 1
      appveyor.yml

+ 3 - 1
appveyor.yml

@@ -8,7 +8,9 @@ build:
   verbosity: minimal
 
 test:
-  assemblies: src\Renci.SshNet.Tests\bin\Debug\Renci.SshNet.Tests.dll
+  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