From f39a8f6ad68e70308cd53f57fbe73847f397b3b7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 25 Feb 2016 12:13:46 -0800 Subject: [PATCH] Add PlatformAbstractions to repositories to build --- makefile.shade | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.shade b/makefile.shade index 3bb49a6845..076085b828 100644 --- a/makefile.shade +++ b/makefile.shade @@ -685,6 +685,7 @@ functions { IEnumerable reposToBuild = new HashSet(StringComparer.OrdinalIgnoreCase) { // The repos list is topologically sorted based on build order + "PlatformAbstractions", "Common", "JsonPatch", "FileSystem",