Remove libuv-package from UniverseCoherence

This commit is contained in:
Pranav K 2016-06-06 12:11:23 -07:00
parent 6e8a5ad1e9
commit 2e29091722
1 changed files with 2 additions and 3 deletions

View File

@ -706,9 +706,8 @@ functions
static IEnumerable<string> GetRepositoriesToBuild()
{
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) {
// The repos list is topologically sorted based on build order
"libuv-package",
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
{
"PlatformAbstractions",
"Common",
"JsonPatch",