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-02-16Switch to running tests with new BuildAndTest target.Wes Haggard
2015-02-16Disable the BuildPackages target from dirs.projWes Haggard
2015-02-16Remove the PackagesDir from the build.proj Clean target.Wes Haggard
2015-02-12Add coveralls upload logicMatt Mitchell
2015-02-12Switch package restore to happen as part of each project build.Wes Haggard
2015-02-06Enable code coverage for the corefx repoMatt Mitchell
2015-01-16Add some messsages to our restore targets so they show in console outputWes Haggard
2015-01-14Fix rebuild target when building from the rootWes Haggard
2015-01-10Add logic to avoid invalid exit codes when running the unit tests. All unit ...Matt Mitchell
2014-12-24Ensure building in Visual Studio works without having to run build.cmdImmo Landwerth
2014-12-20Canonicalize MSBuild ToolsVersion to 12.0Alexander Köplinger
2014-12-18Add PackagesDir to the clean target in build.projWes Haggard
2014-12-18Clean up some of the dir.props and dir.targets files.Wes Haggard
2014-12-18Update build to be more consistent no matter how you build it.Wes Haggard
2014-12-18Temporarily disable System.Linq.Parallel tests on GH issue corefx/283Matt Cohn
2014-12-17Disable running TPL tests by default.Matt Cohn
2014-12-17Update reference to build tools to 1.0.16-prereleaseMatt Cohn
2014-12-09Disable the NuGet cache when installing Microsoft.DotNet.BuildToolsPatrick McDonald
2014-12-06Update buildtools reference to 1.0.15-prereleaseMatt Cohn
2014-12-05Update buildtools to version 1.0.14-prereleaseMatt Cohn
2014-11-23Add Rebuild target to build.projWes Haggard
2014-11-19Update dependency to Microsoft.DotNet.BuildTools 1.0.13-prereleaseMatt Cohn
2014-11-18Fix to build correctly if the repository root has spaces. For example: "C:\Pr...Sridhar Periyasamy
2014-11-18Enable open-source signing product and test binaries.Matt Cohn
2014-11-12Fix build script to use default web proxy to download remote files.Patrick McDonald
2014-11-11Update build tools reference to 1.0.11. This version of the buildMatt Cohn
2014-11-08Initial commitdotnet-bot