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
2017-08-14Merge remote-tracking branch 'upstream/dev15.1' into dev15.1dev15.1Alexander Köplinger
2017-08-11Fix finding packages in lower-case dirs on case-sensitive ..Ankit Jain
2017-04-18Merge pull request #2 from mono/devAlexander Köplinger
2017-04-18[mono] Don't use C# 7 out variables as mcs does not support it, and weAnkit Jain
2017-04-16[mono] Fixup import pathsAnkit Jain
2017-03-22Merge pull request #32 from tmeschter/FixCheckForManagedCodeTom Meschter
2017-03-20Merge pull request #33 from tmeschter/DontShowProjectsAsPackagesTom Meschter
2017-03-20Don't show project references as package references in Solution ExplorerTom Meschter
2017-03-20removed xproj project referenceZhi Li
2017-03-10Add a missing scenario for Framework injectionTom Meschter
2017-02-16Add skip imports conditions to Microsoft.NuGet ImportBefore and ImportAfter p...Nat Ayewah
2017-01-12When no assets or lock file provided, fallback to project.assets.json fileAshish Jain (NUGET)
2016-12-29Using ProjectAssetsFile property in build targetsAshish Jain
2016-12-13Added RuntimeIdentifiers property for non-UAP projects for PackageReference s...Ashish Jain
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