Update _dotnet-restore.shade

This commit is contained in:
Andrew Stanton-Nurse 2016-01-19 12:39:42 -08:00
parent 2564e466e4
commit 2e02adcfc7
1 changed files with 1 additions and 1 deletions

View File

@ -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 }'