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
2017-06-15Add option to build.cmd/sh to build projects in a directoryWes Haggard
2017-02-23Build packages only when doing build.cmd/sh and not from build-managed.cmd/shWes Haggard
2016-10-08Fix _echo to be uniform (_echo just needs to be defined for it to be on). (#1...Vance Morrison
2016-07-28Changing dev workflow scripts to use the Run Command Tool (#10231)Mariana Rios Flores
2016-07-27Add ARM64 to Windows Native buildIan Hays
2016-05-20Update corefx build.cmd to emit msbuild.err and msbuild.wrn as well as msbuil...Dan Moseley
2016-05-18Remove OfficialBuildId handling (#8401)Jose Perez Rodriguez
2016-04-15Update BuildTools (#7724)Jose Perez Rodriguez
2016-03-25Make "@echo off" configurable.Joel Hendrix
2016-03-18Make native build conditional on script existingMatt Ellis
2016-02-11Add binclashlogger to buildEric St. John
2016-02-04Add build.cmd property to toggle native buildIan Hays
2016-01-21Initial set of dev workflow scripts for windowsWes Haggard
2016-01-19Update init-tools.cmd and build.cmd scriptsWes Haggard
2016-01-12Merge pull request #5310 from dotnet-bot/from-tfsStephen Toub
2016-01-11Updating Dev WorkflowJose Perez Rodriguez
2016-01-10Fix native-build command parsing and push it to log file in build.cmdWes Haggard
2016-01-08Open Source CLRCompressiondotnet-bot
2015-10-06build: Unset %Platform% on invoking build.cmd.Peter Jas
2015-09-11Fix link to developer guideJan Kotas
2015-07-02Switch default build log from diag to defaultNick Guerrera
2015-06-03Convert wiki to docsRichard Lander
2015-02-17Allow running build.cmd from a "clean" windowMatt Ellis
2015-02-13Build log filename variableJorgen Thelin
2015-02-10Fix incorrect url for Developer GuideDominic Catherin
2015-01-30Use msbuild on path after verifying VS command promptNick Guerrera
2015-01-20Make sure the msbuild exit code is the exit code for build.cmdWes Haggard
2015-01-18Quote build path for findstr as it may have spacesBruce Bowyer-Smyth
2015-01-18Add summary to the console output at the end of build.cmd.Wes Haggard
2014-12-03Cause build.cmd to set errorlevel to 1 on failed prereqsMatt Cohn
2014-12-03Update links to developer guide in error messages to new locationMatt Cohn
2014-11-16Adding warning for running from bare cmdSimon Timms
2014-11-12build.cmd uses either MSBuild 12 or MSBuild 14 and works on x64 & x86Matt Cohn
2014-11-08Initial commitdotnet-bot