Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Haggard <weshaggard@users.noreply.github.com>2016-12-17 03:27:11 +0300
committerGitHub <noreply@github.com>2016-12-17 03:27:11 +0300
commit4d6c7315359aed4d99ee3402de0f4eac9e606599 (patch)
tree18db465ea8778435c5209b3932a7dd8034214641 /build.proj
parent3398321b7a54c5d47e4530651d3bee43794c1320 (diff)
Initial set of work for building external dependencies (#14550)
This adds an external folder with some basic infrastructure to template project.json files by TFM and RID so that we can only restore the set that we actually need. Updates our configuration generation to add RuntimeOS and ArchGroup so we can use those to build up a NugetRuntimeIdentifier for using to restore the builds.
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 62db93ab4d..ca73c3c34b 100644
--- a/build.proj
+++ b/build.proj
@@ -20,6 +20,7 @@
<Import Project="$(ToolsDir)VersionTools.targets" Condition="Exists('$(ToolsDir)VersionTools.targets')" />
<ItemGroup>
+ <Project Include="external\dir.proj" />
<Project Include="src\ref.builds" />
<Project Include="src\src.builds" />
<!--