Remove --parallel
Now that dotnet cli is using NuGet, it's parallel by default!
This commit is contained in:
parent
3e1b55701a
commit
2564e466e4
|
|
@ -10,6 +10,6 @@ restoreDir=''
|
|||
default currentDir = '${ Directory.GetCurrentDirectory() }'
|
||||
default restoreDir = '${ currentDir }'
|
||||
|
||||
default restore_options=' ${ E("KOREBUILD_DOTNET_RESTORE_OPTIONS") } ${ IsLinux ? string.Empty : "--parallel" }'
|
||||
default restore_options=' ${ E("KOREBUILD_DOTNET_RESTORE_OPTIONS") }
|
||||
|
||||
dotnet command='restore${ restore_options }' workingDir='${ restoreDir }'
|
||||
|
|
|
|||
Loading…
Reference in New Issue