Add RazorTooling and Common to Universe.

This commit is contained in:
N. Taylor Mullen 2015-04-02 16:31:01 -07:00
parent 6b1cb5ca7a
commit 086eee4cf3
1 changed files with 2 additions and 0 deletions

View File

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