Removing --parallel flag
This commit is contained in:
parent
786530fcb3
commit
099bc91ef2
|
|
@ -10,6 +10,6 @@ restoreDir=''
|
||||||
default currentDir = '${ Directory.GetCurrentDirectory() }'
|
default currentDir = '${ Directory.GetCurrentDirectory() }'
|
||||||
default restoreDir = '${ currentDir }'
|
default restoreDir = '${ currentDir }'
|
||||||
|
|
||||||
default restore_options=' ${ E("KOREBUILD_DOTNET_RESTORE_OPTIONS") } ${ !IsLinux ? "--parallel none" : string.Empty }'
|
default restore_options=' ${ E("KOREBUILD_DOTNET_RESTORE_OPTIONS") }'
|
||||||
|
|
||||||
dotnet command='restore${ restore_options }' workingDir='${ restoreDir }'
|
dotnet command='restore${ restore_options }' workingDir='${ restoreDir }'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue