File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,10 @@ CheckLastExitCode
3535dotnet test ./ test/ OperationsExampleTests/ OperationsExampleTests.csproj
3636CheckLastExitCode
3737
38- dotnet build .\src\JsonApiDotNetCore - c Release
38+ dotnet test ./ test/ ResourceEntitySeparationExampleTests/ ResourceEntitySeparationExampleTests.csproj
39+ CheckLastExitCode
40+
41+ dotnet build ./ src/ JsonApiDotNetCore - c Release
3942CheckLastExitCode
4043
4144Write-Output " APPVEYOR_REPO_TAG: $env: APPVEYOR_REPO_TAG "
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ dotnet test ./test/UnitTests/UnitTests.csproj
99dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1010dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
1111dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
12+ dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
You can’t perform that action at this time.
0 commit comments