diff --git a/.gitmodules b/.gitmodules index afd606d0124baf2a119352cf6233b545cc2152bb..c0b6f213340788ac5cfff4bf899b7617926e4327 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,10 +6,6 @@ path = modules/Antiforgery url = https://github.com/aspnet/Antiforgery.git branch = release/2.1 -[submodule "modules/AzureIntegration"] - path = modules/AzureIntegration - url = https://github.com/aspnet/AzureIntegration.git - branch = release/2.1 [submodule "modules/BasicMiddleware"] path = modules/BasicMiddleware url = https://github.com/aspnet/BasicMiddleware.git diff --git a/build/buildorder.props b/build/buildorder.props index 1bacc3f869f382a7ced99a846a3fd88fda62a4f6..d6349662b5ebc7a80fab14e9d05bd67fe0696a66 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -33,7 +33,7 @@ <RepositoryBuildOrder Include="JavaScriptServices" Order="15" /> <RepositoryBuildOrder Include="MvcPrecompilation" Order="15" /> <RepositoryBuildOrder Include="Scaffolding" Order="15" /> - <RepositoryBuildOrder Include="AzureIntegration" Order="15" /> + <RepositoryBuildOrder Include="AzureIntegration" Order="15" RootPath="$(RepositoryRoot)src\AzureIntegration\" /> <RepositoryBuildOrder Include="MusicStore" Order="16" RootPath="$(RepositoryRoot)src\MusicStore\" /> <RepositoryBuildOrder Include="SignalR" Order="16" /> <RepositoryBuildOrder Include="AuthSamples" Order="16" RootPath="$(RepositoryRoot)src\AuthSamples\" /> diff --git a/build/submodules.props b/build/submodules.props index cd47e1b33aa90ecfc2865c9446780caf86124009..187738b4e0ab87227de16052d68c54667d90c888 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -50,7 +50,7 @@ <ItemGroup> <ShippedRepository Include="AADIntegration" /> <ShippedRepository Include="Antiforgery" /> - <ShippedRepository Include="AzureIntegration" /> + <ShippedRepository Include="AzureIntegration" RootPath="$(RepositoryRoot)src\AzureIntegration\" /> <ShippedRepository Include="BasicMiddleware" /> <ShippedRepository Include="BrowserLink" /> <ShippedRepository Include="CORS" /> diff --git a/modules/AzureIntegration b/modules/AzureIntegration deleted file mode 160000 index 47e2ba3755450c584990480c23331d286ffa78cf..0000000000000000000000000000000000000000 --- a/modules/AzureIntegration +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 47e2ba3755450c584990480c23331d286ffa78cf