Include nuget-verify in default ci-build target

This commit is contained in:
Pranav K 2016-05-20 16:10:08 -07:00
parent 156a010646
commit 6307533967
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ var buildTarget = "compile"
var blockLogger = Log as IBlockLogger;
var commits = new ConcurrentDictionary<string, string>();
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: ");