Add PlatformAbstractions to repositories to build
This commit is contained in:
parent
edd1f7a0d0
commit
f39a8f6ad6
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue