We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5b5ee commit 569c302Copy full SHA for 569c302
build.sh
@@ -3,10 +3,7 @@
3
#exit if any command fails
4
set -e
5
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
+dotnet restore
10
11
dotnet test ./test/UnitTests/UnitTests.csproj
12
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
0 commit comments