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)
3
3
4
4
dotnet restore
5
5
6
+ dotnet test ./ test/ UnitTests/ UnitTests.csproj
6
7
dotnet test ./ test/ JsonApiDotNetCoreExampleTests/ JsonApiDotNetCoreExampleTests.csproj
7
8
dotnet test ./ test/ NoEntityFrameworkTests/ NoEntityFrameworkTests.csproj
8
9
Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
8
8
dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
9
9
dotnet restore ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
10
10
11
+ dotnet test ./test/UnitTests/UnitTests.csproj
11
12
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
12
13
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
You can’t perform that action at this time.
0 commit comments