File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -27,21 +27,7 @@ CheckLastExitCode
2727dotnet build - c Release
2828CheckLastExitCode
2929
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
4531CheckLastExitCode
4632
4733Write-Output " APPVEYOR_REPO_TAG: $env: APPVEYOR_REPO_TAG "
You can’t perform that action at this time.
0 commit comments