From 91fc604c58acea9e4547ad3745083d9a92eb987a Mon Sep 17 00:00:00 2001 From: Mikayla Hutchinson Date: Wed, 13 Jul 2016 17:53:44 -0400 Subject: [PATCH] Add dotnet/buildtools submodule Using the openportabletargets branch in order to get https://github.com/dotnet/buildtools/pull/643 --- .gitmodules | 3 +++ external/buildtools | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/buildtools diff --git a/.gitmodules b/.gitmodules index 84b443501a1..7c8d2d14e8b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,3 +32,6 @@ [submodule "external/nuget-buildtasks"] path = external/nuget-buildtasks url = git://github.com/mono/NuGet.BuildTasks +[submodule "external/buildtools"] + path = external/buildtools + url = git://github.com/mono/buildtools.git diff --git a/external/buildtools b/external/buildtools new file mode 160000 index 00000000000..a446ae466ce --- /dev/null +++ b/external/buildtools @@ -0,0 +1 @@ +Subproject commit a446ae466ce729b6732133f9b359590ae12030e6 -- 2.25.1