diff --git a/KoreBuild-dotnet/build/_k-standard-goals.shade b/KoreBuild-dotnet/build/_k-standard-goals.shade index 516b60ea19..4f377468bc 100644 --- a/KoreBuild-dotnet/build/_k-standard-goals.shade +++ b/KoreBuild-dotnet/build/_k-standard-goals.shade @@ -68,8 +68,8 @@ default NUGET_FEED = 'https://api.nuget.org/v3/index.json' -// Target order is important because clean-npm-modules may (re)create bin folder. #deep-clean .clean-npm-modules .clean-bin-folder description='Clean folders that may cause problems for `git clean`.' -#repo-initialize target='initialize' if='!NoRestore' - dotnet-restore +#repo-initialize target='initialize' + dotnet-restore if='!NoRestore' #target-dir-clean target='clean' @{