diff --git a/.gitmodules b/.gitmodules index ed8ae26eba..972b9ce3f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,10 +38,6 @@ path = modules/CORS url = https://github.com/aspnet/CORS.git branch = release/2.1 -[submodule "modules/DataProtection"] - path = modules/DataProtection - url = https://github.com/aspnet/DataProtection.git - branch = release/2.1 [submodule "modules/DependencyInjection"] path = modules/DependencyInjection url = https://github.com/aspnet/DependencyInjection.git diff --git a/build/RepositoryBuild.targets b/build/RepositoryBuild.targets index be43e8dc75..a97112a561 100644 --- a/build/RepositoryBuild.targets +++ b/build/RepositoryBuild.targets @@ -11,6 +11,9 @@ + + $(SubmoduleRoot)%(Identity)\ + %(RepositoryBuildOrder.Order) %(RepositoryBuildOrder.Identity) diff --git a/build/buildorder.props b/build/buildorder.props index 0c20ba10c9..c8b166f55b 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -1,4 +1,11 @@ + + + + + + + @@ -17,7 +24,7 @@ - + @@ -47,7 +54,5 @@ - - diff --git a/build/submodules.props b/build/submodules.props index 2a0bf13984..cc0a5c1603 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -57,7 +57,7 @@ - + diff --git a/modules/DataProtection b/modules/DataProtection deleted file mode 160000 index b62bb5778b..0000000000 --- a/modules/DataProtection +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b62bb5778be59cbde9b2e6bbdef20f40eef42355 diff --git a/src/DataProtection/build/repo.props b/src/DataProtection/build/repo.props new file mode 100644 index 0000000000..59ae0807d3 --- /dev/null +++ b/src/DataProtection/build/repo.props @@ -0,0 +1,6 @@ + + + + true + +