Browse Source

Running tests only on netcoreapp

Sebastien Ros 8 years ago
parent
commit
0a5159a740
1 changed files with 3 additions and 3 deletions
  1. 3 3
      appveyor.yml

+ 3 - 3
appveyor.yml

@@ -7,7 +7,7 @@ install:
 build_script:
 build_script:
   - dotnet build .\Jint\project.json --configuration Release
   - dotnet build .\Jint\project.json --configuration Release
 test_script:
 test_script:
-  - dotnet test .\Jint.Tests\project.json --configuration Release
-  - dotnet test .\Jint.Tests.CommonScripts\project.json --configuration Release
-  - dotnet test .\Jint.Tests.Ecma\project.json --configuration Release
+  - dotnet test .\Jint.Tests\project.json --configuration Release -f netcoreapp1.0
+  - dotnet test .\Jint.Tests.CommonScripts\project.json --configuration Release -f netcoreapp1.0
+  - dotnet test .\Jint.Tests.Ecma\project.json --configuration Release -f netcoreapp1.0
 deploy: off
 deploy: off