diff --git a/makefile.shade b/makefile.shade index 1c1ffdac8d..5bccbf0454 100644 --- a/makefile.shade +++ b/makefile.shade @@ -186,7 +186,7 @@ var buildTarget = "compile" var blockLogger = Log as IBlockLogger; var commits = new ConcurrentDictionary(); var threads = int.Parse(Environment.GetEnvironmentVariable("UNIVERSE_THREADS") ?? "4"); - buildTarget = koreBuildTargets ?? "--quiet compile nuget-install"; + buildTarget = koreBuildTargets ?? "--quiet compile nuget-verify nuget-install"; var batchedRepos = GetBuildGraph(); Log.Info("Building repositories in batches: ");