Add RazorTooling and Common to Universe.
This commit is contained in:
parent
6b1cb5ca7a
commit
086eee4cf3
|
|
@ -19,6 +19,7 @@ functions
|
||||||
static bool SKIP_NO_CREDENTIALS = Environment.GetEnvironmentVariable("UNIVERSE_SKIP_NO_CREDENTIALS") == "1";
|
static bool SKIP_NO_CREDENTIALS = Environment.GetEnvironmentVariable("UNIVERSE_SKIP_NO_CREDENTIALS") == "1";
|
||||||
string[] repos = new[] {
|
string[] repos = new[] {
|
||||||
// The repos list is topologically sorted based on build order
|
// The repos list is topologically sorted based on build order
|
||||||
|
"Common",
|
||||||
"Configuration",
|
"Configuration",
|
||||||
"Caching",
|
"Caching",
|
||||||
"DataProtection",
|
"DataProtection",
|
||||||
|
|
@ -35,6 +36,7 @@ functions
|
||||||
"Helios",
|
"Helios",
|
||||||
"Identity",
|
"Identity",
|
||||||
"Razor",
|
"Razor",
|
||||||
|
"RazorTooling",
|
||||||
"Routing",
|
"Routing",
|
||||||
"Mvc",
|
"Mvc",
|
||||||
"Scaffolding",
|
"Scaffolding",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue