File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
33
44dotnet restore
55
6+ dotnet test ./ test/ UnitTests/ UnitTests.csproj
67dotnet test ./ test/ JsonApiDotNetCoreExampleTests/ JsonApiDotNetCoreExampleTests.csproj
78dotnet test ./ test/ NoEntityFrameworkTests/ NoEntityFrameworkTests.csproj
89
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
88dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
99dotnet restore ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
1010
11+ dotnet test ./test/UnitTests/UnitTests.csproj
1112dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1213dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
You can’t perform that action at this time.
0 commit comments