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
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