浏览代码

Fixing appveyor test target platform

Sebastien Ros 8 年之前
父节点
当前提交
bafd36a7ad
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      appveyor.yml

+ 3 - 3
appveyor.yml

@@ -10,9 +10,9 @@ build_script:
   - dotnet --version
   - dotnet --version
   - dotnet pack -c Release
   - dotnet pack -c Release
 test_script:
 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:
 artifacts:
   - path: 'Jint\**\*.nupkg'
   - path: 'Jint\**\*.nupkg'
 deploy:  
 deploy: