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",