From 67c3a099ec1d8e0c882ca357f2ab25f52a2a6145 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 6 Nov 2018 12:04:36 -0800 Subject: [PATCH] Remove the aspnet/Configuration submodule (#3948) --- .gitmodules | 4 ---- build/CodeSign.props | 27 ++++++++++++++++++++------- build/artifacts.props | 12 ------------ build/buildorder.props | 1 - build/dependencies.props | 12 ++++++++++++ build/external-dependencies.props | 12 ++++++++++++ build/repo.targets | 1 + build/submodules.props | 1 - modules/Configuration | 1 - 9 files changed, 45 insertions(+), 26 deletions(-) delete mode 160000 modules/Configuration diff --git a/.gitmodules b/.gitmodules index 69ad207d6c..4ac3c4e48b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26,10 +26,6 @@ path = modules/Caching url = https://github.com/aspnet/Caching.git branch = release/2.2 -[submodule "modules/Configuration"] - path = modules/Configuration - url = https://github.com/aspnet/Configuration.git - branch = release/2.2 [submodule "modules/CORS"] path = modules/CORS url = https://github.com/aspnet/CORS.git diff --git a/build/CodeSign.props b/build/CodeSign.props index c4e9397c63..46c74c6137 100644 --- a/build/CodeSign.props +++ b/build/CodeSign.props @@ -18,16 +18,29 @@ - + + + + + + + + + + + + + + + + + + + - - - - - - + diff --git a/build/artifacts.props b/build/artifacts.props index 50e4495127..7ed1e58869 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -193,18 +193,6 @@ - - - - - - - - - - - - diff --git a/build/buildorder.props b/build/buildorder.props index 118588c917..4ab4cdd087 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -8,7 +8,6 @@ - diff --git a/build/dependencies.props b/build/dependencies.props index 3f4590ce29..cd0ea7d543 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -14,6 +14,18 @@ 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 + 2.2.0-rtm-35646 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 2.2.0-rtm-181105-01 diff --git a/build/external-dependencies.props b/build/external-dependencies.props index 0973eb5ccc..60f4c7bea5 100644 --- a/build/external-dependencies.props +++ b/build/external-dependencies.props @@ -19,6 +19,18 @@ + + + + + + + + + + + + diff --git a/build/repo.targets b/build/repo.targets index c4a0dd7bce..697ee8f180 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -142,6 +142,7 @@ noship true + diff --git a/build/submodules.props b/build/submodules.props index bc22327c12..6ca6c0c2c9 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -42,7 +42,6 @@ - diff --git a/modules/Configuration b/modules/Configuration deleted file mode 160000 index 84a60a247c..0000000000 --- a/modules/Configuration +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 84a60a247c7e3b78b228909f938afd2a54b02fcd