disable parallel in run-build
This commit is contained in:
parent
778e63a5a6
commit
4890814176
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ fi
|
|||
echo "Restoring Build Script projects..."
|
||||
(
|
||||
cd $DIR
|
||||
dotnet restore
|
||||
dotnet restore --disable-parallel
|
||||
)
|
||||
|
||||
# Build the builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue