Enable parallel restore
This commit is contained in:
parent
60b23d5115
commit
f6fa1cf060
5 changed files with 11 additions and 14 deletions
|
@ -103,7 +103,7 @@ fi
|
|||
echo "Restoring Build Script projects..."
|
||||
(
|
||||
cd $DIR
|
||||
dotnet restore --disable-parallel --infer-runtimes
|
||||
dotnet restore --infer-runtimes
|
||||
)
|
||||
|
||||
# Build the builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue