From 086eee4cf354514d898304a188905f58247e1bad Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 2 Apr 2015 16:31:01 -0700 Subject: [PATCH] Add RazorTooling and Common to Universe. --- makefile.shade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile.shade b/makefile.shade index 3cf4d07941..c7a24abd18 100644 --- a/makefile.shade +++ b/makefile.shade @@ -19,6 +19,7 @@ functions static bool SKIP_NO_CREDENTIALS = Environment.GetEnvironmentVariable("UNIVERSE_SKIP_NO_CREDENTIALS") == "1"; string[] repos = new[] { // The repos list is topologically sorted based on build order + "Common", "Configuration", "Caching", "DataProtection", @@ -35,6 +36,7 @@ functions "Helios", "Identity", "Razor", + "RazorTooling", "Routing", "Mvc", "Scaffolding",