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
AgeCommit message (Expand)Author
2016-09-19Add Path.GetRelativePathJeremy Kuhne
2016-09-02Changes required to have dev/api building again after mergeJose Perez Rodriguez
2016-09-01Merge remote-tracking branch 'upstream/master' into dev/apiJose Perez Rodriguez
2016-09-01Enable netcoreapp1.1 tests to run as part of the CI build (#11236)Jose Perez Rodriguez
2016-08-20Initial prototyping of produces api for corefx repo (#11003)chcosta
2016-08-17Required changes post-merge to get a succesfull build in dev/apiJose Perez Rodriguez
2016-08-11Include test-runtime project.json in test archives.Joel Hendrix
2016-07-01Support filtering to TestTFMTarek Mahmoud Sayed
2016-04-26Condition imports so that users get the right message to run init-tools befor...Jose Perez Rodriguez
2016-04-14Enable project reference to package dependency conversion for test bu…chcosta
2016-03-11Fat package conversionsChristopher Costa
2016-02-26Merge remote-tracking branch 'dotnet/master' into HEADEric Mellino
2016-02-25Enable merging optimization dataEric St. John
2016-02-25Simply MSBuild overrides and add commentsEric Mellino
2016-02-25Eliminate PCL Profile warning messagesEric Mellino
2016-01-11Updating Dev WorkflowJose Perez Rodriguez
2015-11-17Fixing merge conflict produced by the FI of changeset 1547627, checked-in in ...Mariana Rios Flores
2015-11-17Disabling RestorePackages != false in dir.targets until we have more of this ...Mariana Rios Flores
2015-11-17[tfs-changeset: 1548846]Mariana Rios Flores
2015-06-24Tools restore could fail if the binaries/libraries used for tracking Inputs/O...Joel Hendrix
2015-06-24Build source path for dnu restoreJoel Hendrix
2015-06-18Add RebuildAndTest convenience targetNick Guerrera
2015-05-21Merge pull request #1798 from PatrickMcDonald/proxy-buildMatt Ellis
2015-05-21Make tools packages.config host platform specific.Jeremy Kuhne
2015-05-20Support Proxy servers for our nuget download taskPatrick McDonald
2015-05-20Consume MSBuild Mono packageJeremy Kuhne
2015-05-06Merge 'master' into from-tfsMatt Ellis
2015-05-06Enable ability to restore nuget.exe from file system / network share before h...Christopher Costa
2015-05-02Workarounds for building with Roslyn/MSBuild on Unix.Jeremy Kuhne
2015-04-29Don't trample $(OS).Jeremy Kuhne
2015-04-27Add the mono DNU package and execute rights.Jeremy Kuhne
2015-04-25Fix package restore errorMatt Ellis
2015-04-23DnuRestore from packages folder should use nuget.configEric St. John
2015-04-15Enable use of DNU for package restoreEric StJohn
2015-04-14Change the download task to make three attempts before failing.Jeremy Kuhne
2015-04-09Make path property changes to allow for building with MSBuild on Unix. This ...Jeremy Kuhne
2015-04-04Revert "Merge pull request #1315 from mmitche/supported-oses"Matt Mitchell
2015-04-02Restrict input properties to the buildMatt Mitchell
2015-02-27Use HTTPS for fetching NuGet.exeMatt Ellis
2015-02-20Use Full NuGet address for NuGet.exe downloadEric Mellino
2015-02-17Merge pull request #783 from weshaggard/AddBuildAndTestTargetWes Haggard
2015-02-17Fix the DownloadFile inline code task so it doesn't set the DefaultWebProxy b...dotnet-bot
2015-02-16Switch to running tests with new BuildAndTest target.Wes Haggard
2015-02-16Merge pull request #759 from weshaggard/IncrementalBuildTweaksWes Haggard
2015-02-16Fix incremental build issue caused by _RestoreBuildTools targetWes Haggard
2015-02-14Fix condition in dir.targetsAlexander Köplinger
2015-02-12Harden the DownloadFile build target for race conditionsWes Haggard
2015-02-12Switch package restore to happen as part of each project build.Wes Haggard