diff --git a/build/_k-restore.shade b/build/_k-restore.shade index aee93d8ed4..b3fcbdb471 100644 --- a/build/_k-restore.shade +++ b/build/_k-restore.shade @@ -10,6 +10,6 @@ restoreDir='' default currentDir = '${ Directory.GetCurrentDirectory() }' default restoreDir = '${ currentDir }' -default restore_options=' ${ E("KOREBUILD_DNU_RESTORE_OPTIONS") } --parallel' +default restore_options=' ${ E("KOREBUILD_DNU_RESTORE_OPTIONS") } ${ IsLinux ? string.Empty : "--parallel" }' -dnu command='restore${ restore_options }' workingDir='${ restoreDir }' dnvmUse='default -runtime coreclr' +dnu command='restore${ restore_options }' workingDir='${ restoreDir }'