Remove some repos

This commit is contained in:
Brice Lambson 2014-12-01 16:25:38 -08:00
parent 22e94d2fbb
commit 42f92f78e6
1 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,6 @@ functions
"Configuration",
"Caching",
"DataCommon",
"DataCommon.SQLite",
"DataProtection",
"DependencyInjection",
"Options",
@ -47,7 +46,7 @@ functions
};
// Doesn't build on Mono since their contracts don't match
string[] excludeReposOnMono = new[] { "DataCommon", "DataCommon.SQLite", "Helios" };
string[] excludeReposOnMono = new[] { "DataCommon", "Helios" };
static bool useHttps = UseHttps(BASE_DIR);
static string gitHubUriPrefix = useHttps ? "https://github.com/aspnet/" : "git@github.com:aspnet/";
@ -373,7 +372,6 @@ functions
{
"KRuntime",
"Claims",
"DataAnnotations",
"SqlClient",
"MusicStore"
};