File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,7 @@ CheckLastExitCode
27
27
dotnet build - c Release
28
28
CheckLastExitCode
29
29
30
- # Workaround: running 'dotnet test -c Release' fails for yet unknown reasons on AppVeyor, so we run tests one by one.
31
-
32
- dotnet test ./ test/ NoEntityFrameworkTests/ NoEntityFrameworkTests.csproj - c Release -- no- build
33
- CheckLastExitCode
34
-
35
- dotnet test ./ test/ JsonApiDotNetCoreExampleTests/ JsonApiDotNetCoreExampleTests.csproj - c Release -- no- build
36
- CheckLastExitCode
37
-
38
- dotnet test ./ test/ DiscoveryTests/ DiscoveryTests.csproj - c Release -- no- build
39
- CheckLastExitCode
40
-
41
- dotnet test ./ test/ IntegrationTests/ IntegrationTests.csproj - c Release -- no- build
42
- CheckLastExitCode
43
-
44
- dotnet test ./ test/ UnitTests/ UnitTests.csproj - c Release -- no- build
30
+ dotnet test - c Release -- no- build
45
31
CheckLastExitCode
46
32
47
33
Write-Output " APPVEYOR_REPO_TAG: $env: APPVEYOR_REPO_TAG "
You can’t perform that action at this time.
0 commit comments