Skip to content

Commit 569c302

Browse files
committed
chore(ci): try restoring all at once
1 parent 0d5b5ee commit 569c302

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
#exit if any command fails
44
set -e
55

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
6+
dotnet restore
107

118
dotnet test ./test/UnitTests/UnitTests.csproj
129
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj

0 commit comments

Comments
 (0)