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

github.com/mono/NuGet.BuildTasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-12Implement code review feedbackTom Meschter
2016-11-12Fix an issue in how we handle projectFileDependencyGroupsTom Meschter
2016-10-25Add support for project.assets.jsonTom Meschter
2016-10-19Adding SolutionFile ImportsAfter targetJustin Emgarten
2016-09-30Updating import paths for props and targetsJustin Emgarten
2016-09-30Adding NuGet.targets import to ImportsAfterJustin Emgarten
2016-08-13Enable CopyNuGetImplementations for C++ like it is for ManagedBrian Fjeldstad
2016-07-14Merge remote-tracking branch 'upstream/dev' into devMikayla Hutchinson
2016-06-23Create README.mdHarikrishna Menon
2016-06-15Correct check for whether a package exists in a package folderJason Malinowski
2016-06-15Support reading package folder locations out of the lock fileJason Malinowski
2016-04-14Disable shadow copying during xUnit testsJason Malinowski
2016-04-13Give a more graceful error message if the lock file is brokenJason Malinowski
2016-04-13Switch projects from DelaySign to PublicSignJason Malinowski
2016-03-18Handle Mono's .mdb debug symbolsAlexander Köplinger
2016-03-18Use Path.DirectorySeparatorChar instead of hardcoding backslashAlexander Köplinger
2016-02-11Pass references from projects to ResolveAssemblyReferences.AssemblyFilesJason Malinowski
2016-02-09Encode our test baselines as text rather than byte[] in the .resxJason Malinowski
2016-02-09Include PDBs in CopyLocal outputs if they existJason Malinowski
2016-02-09Update the unit test hook for File.Exists to better handle packagesJason Malinowski
2016-02-09Use AssertHelpers.AssertCountOfJason Malinowski
2016-02-09Condition mention of BeforeGenerateProjectPriFile only if neededJason Malinowski
2016-02-09Fail more gracefully if a lock file is missing a MSBuild project pathJason Malinowski
2016-02-08Resolve assets from project-produced NuGet packagesJason Malinowski
2016-02-08Gracefully deal with a library in the project.lock.json not having filesJason Malinowski
2016-02-08Add a new task parameter which captures referenced projectsJason Malinowski
2016-02-08Refactor finding the "libraries" section for a package in the lock fileJason Malinowski
2016-02-07A couple of tests to ensure all TaskItem's are getting NuGetIsFrameworkRefere...Matt Wilkinson
2016-01-28Re-order referencing and condition removal of simple name references on the N...Matt Wilkinson
2016-01-28Add NuGetIsFrameworkReference to all resolved referencesMatt Wilkinson
2016-01-27Fix casing of NuGetTestHelpers.csJason Malinowski
2016-01-27Directly throw exceptions from the build task when unit testingJason Malinowski
2016-01-27Tighten ExceptionFromResource to take only string message argumentsJason Malinowski
2016-01-15Use the locale information from NuGet to figure out TargetPathsJason Malinowski
2016-01-13Create separate folders for each test and enable parallelizationJason Malinowski
2016-01-13Fix some indenting of the fileJason Malinowski
2016-01-13Fix some formatting of loopsJason Malinowski
2016-01-13Remove some old debugging outputJason Malinowski
2016-01-12Don't create a fake package directory when running testsJason Malinowski
2016-01-12Seed with the source and tests from Visual Studio 2015 Update 1dotnet bot