Merge branch 'release' into dev
This commit is contained in:
commit
aa7d2f3ec9
|
|
@ -740,6 +740,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
|
||||||
|
"libuv-build",
|
||||||
"PlatformAbstractions",
|
"PlatformAbstractions",
|
||||||
"Common",
|
"Common",
|
||||||
"JsonPatch",
|
"JsonPatch",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue