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
AgeCommit message (Collapse)Author
2017-05-17Rename Microsoft.NuGet.Build.Tasks.dll.sources to exclude profileAlexander Köplinger
The earlier name sent gensources.sh into an infinite loop, not sure why yet. The directory is only built for xbuild_14 anyway so this should be safe.
2016-07-15[xbuild] Use RESOURCE_DEFS to compile resxMikayla Hutchinson
2016-07-15[xbuild] Fix NuGet tasks buildMikayla Hutchinson
2016-07-15[xbuild] Add Microsoft.NuGet.Build.Tasks.dll MSBuild taskAlexander Köplinger
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.