List must match dependency order, adding Entropy repo
Also comments out building of the ProjectK sdk
This commit is contained in:
parent
d35d168973
commit
e1155f44d7
|
|
@ -8,7 +8,8 @@ use namespace='System.Collections.Generic'
|
||||||
use import="BuildEnv"
|
use import="BuildEnv"
|
||||||
|
|
||||||
var repos='${new Dictionary<string,string> {
|
var repos='${new Dictionary<string,string> {
|
||||||
{"KRuntime", "git@github.com:aspnet/KRuntime.git"},
|
/* {"KRuntime", "git@github.com:aspnet/KRuntime.git"}, */ // Let's not build the sdk :)
|
||||||
|
|
||||||
{"HttpAbstractions", "git@github.com:aspnet/HttpAbstractions.git"},
|
{"HttpAbstractions", "git@github.com:aspnet/HttpAbstractions.git"},
|
||||||
{"DependencyInjection", "git@github.com:aspnet/DependencyInjection.git"},
|
{"DependencyInjection", "git@github.com:aspnet/DependencyInjection.git"},
|
||||||
{"FileSystem", "git@github.com:aspnet/FileSystem.git"},
|
{"FileSystem", "git@github.com:aspnet/FileSystem.git"},
|
||||||
|
|
@ -17,15 +18,16 @@ var repos='${new Dictionary<string,string> {
|
||||||
{"DataProtection", "git@github.com:aspnet/DataProtection.git"},
|
{"DataProtection", "git@github.com:aspnet/DataProtection.git"},
|
||||||
{"Identity", "git@github.com:aspnet/Identity.git"},
|
{"Identity", "git@github.com:aspnet/Identity.git"},
|
||||||
{"StaticFiles", "git@github.com:aspnet/StaticFiles.git"},
|
{"StaticFiles", "git@github.com:aspnet/StaticFiles.git"},
|
||||||
|
{"System.Data.Common", "git@github.com:aspnet/System.Data.Common.git"},
|
||||||
|
{"Microsoft.Data.SQLite", "git@github.com:aspnet/Microsoft.Data.SQLite.git"},
|
||||||
{"Data", "git@github.com:aspnet/Data.git"},
|
{"Data", "git@github.com:aspnet/Data.git"},
|
||||||
{"Razor", "git@github.com:aspnet/Razor.git"},
|
{"Razor", "git@github.com:aspnet/Razor.git"},
|
||||||
{"Routing", "git@github.com:aspnet/Routing.git"},
|
{"Routing", "git@github.com:aspnet/Routing.git"},
|
||||||
{"WebFx", "git@github.com:aspnet/WebFx.git"},
|
|
||||||
{"Hosting", "git@github.com:aspnet/Hosting.git"},
|
{"Hosting", "git@github.com:aspnet/Hosting.git"},
|
||||||
{"Helios", "git@github.com:aspnet/Helios.git"},
|
{"Helios", "git@github.com:aspnet/Helios.git"},
|
||||||
|
{"WebFx", "git@github.com:aspnet/WebFx.git"},
|
||||||
{"WebListener", "git@github.com:aspnet/WebListener.git"},
|
{"WebListener", "git@github.com:aspnet/WebListener.git"},
|
||||||
{"System.Data.Common", "git@github.com:aspnet/System.Data.Common.git"},
|
{"Entropy", "git@github.com:aspnet/Entropy.git"},
|
||||||
{"Microsoft.Data.SQLite", "git@github.com:aspnet/Microsoft.Data.SQLite.git"}
|
|
||||||
}}'
|
}}'
|
||||||
|
|
||||||
default BASE_DIR='${Directory.GetCurrentDirectory()}'
|
default BASE_DIR='${Directory.GetCurrentDirectory()}'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue