Add PlatformAbstractions to repositories to build

This commit is contained in:
Pranav K 2016-02-25 12:13:46 -08:00
parent edd1f7a0d0
commit f39a8f6ad6
1 changed files with 1 additions and 0 deletions

View File

@ -685,6 +685,7 @@ functions
{ {
IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) { IEnumerable<string> reposToBuild = new HashSet<string>(StringComparer.OrdinalIgnoreCase) {
// The repos list is topologically sorted based on build order // The repos list is topologically sorted based on build order
"PlatformAbstractions",
"Common", "Common",
"JsonPatch", "JsonPatch",
"FileSystem", "FileSystem",