Browse Source

Fixing appveyor test target platform

Sebastien Ros 7 years ago
parent
commit
bafd36a7ad
1 changed files with 3 additions and 3 deletions
  1. 3 3
      appveyor.yml

+ 3 - 3
appveyor.yml

@@ -10,9 +10,9 @@ build_script:
   - dotnet --version
   - dotnet pack -c Release
 test_script:
-  - dotnet test .\Jint.Tests\Jint.Tests.csproj -c Release -f netcoreapp1.0
-  - dotnet test .\Jint.Tests.CommonScripts\Jint.Tests.CommonScripts.csproj -c Release -f netcoreapp1.0
-  - dotnet test .\Jint.Tests.Ecma\Jint.Tests.Ecma.csproj -c Release -f netcoreapp1.0
+  - dotnet test .\Jint.Tests\Jint.Tests.csproj -c Release -f netcoreapp2.0
+  - dotnet test .\Jint.Tests.CommonScripts\Jint.Tests.CommonScripts.csproj -c Release -f netcoreapp2.0
+  - dotnet test .\Jint.Tests.Ecma\Jint.Tests.Ecma.csproj -c Release -f netcoreapp2.0
 artifacts:
   - path: 'Jint\**\*.nupkg'
 deploy: