Browse Source

Fixing test project filenames

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

+ 3 - 3
appveyor.yml

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