We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fece9ca commit 6bf5541Copy full SHA for 6bf5541
build.sh
@@ -6,6 +6,7 @@ set -e
6
dotnet restore ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
7
dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
8
dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
9
+dotnet restore ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
10
11
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
12
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
0 commit comments