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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-03-18 23:49:27 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-07-15 20:04:48 +0300
commitae5611d4ff68d3441e18ba95c3592cecd970381b (patch)
treebef33a2b1f8da61a44e196f3fae53ddf253d4843 /.gitmodules
parentf3c5893d994437b8a0b0dae8fd6ce6ea847b7389 (diff)
[xbuild] Add Microsoft.NuGet.Build.Tasks.dll MSBuild task
This is required for interoperating with project.json-based NuGet package configuration files (not to be confused with DNX or AspNet Core which use it as a project file too) from MSBuild/xbuild. The task hooks into the build process, resolves assembly references from the nuget package cache and injects them into the compilation project so the csproj doesn't need to be modified when adding new references/packages. It is the first step on our road to PCL5/NuGet3.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 2025d14474d..84b443501a1 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -29,3 +29,6 @@
[submodule "external/nunit-lite"]
path = external/nunit-lite
url = git://github.com/mono/NUnitLite.git
+[submodule "external/nuget-buildtasks"]
+ path = external/nuget-buildtasks
+ url = git://github.com/mono/NuGet.BuildTasks