File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,10 @@ CheckLastExitCode
35
35
dotnet test ./ test/ OperationsExampleTests/ OperationsExampleTests.csproj
36
36
CheckLastExitCode
37
37
38
- dotnet build .\src\JsonApiDotNetCore - c Release
38
+ dotnet test ./ test/ ResourceEntitySeparationExampleTests/ ResourceEntitySeparationExampleTests.csproj
39
+ CheckLastExitCode
40
+
41
+ dotnet build ./ src/ JsonApiDotNetCore - c Release
39
42
CheckLastExitCode
40
43
41
44
Write-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
9
9
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
10
10
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
11
11
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
12
+ dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
You can’t perform that action at this time.
0 commit comments