diff --git a/KoreBuild-dotnet/build/_dotnet-restore.shade b/KoreBuild-dotnet/build/_dotnet-restore.shade index fcaecc9fef..c03406a0ca 100644 --- a/KoreBuild-dotnet/build/_dotnet-restore.shade +++ b/KoreBuild-dotnet/build/_dotnet-restore.shade @@ -10,6 +10,6 @@ restoreDir='' default currentDir = '${ Directory.GetCurrentDirectory() }' 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 }'