diff --git a/KoreBuild-dotnet/build/_dotnet-restore.shade b/KoreBuild-dotnet/build/_dotnet-restore.shade index 594340542c..6f798a37c1 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") } +default restore_options=' ${ E("KOREBUILD_DOTNET_RESTORE_OPTIONS") } ' dotnet command='restore${ restore_options }' workingDir='${ restoreDir }'