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 (Collapse)Author
2016-08-23Update build tools version to have a new "tools" structure for config.json ↵Mariana Rios Flores
file (#10864)
2016-08-16change nodoReuse to nodeReuse (#10803)Mariana Rios Flores
2016-07-28Changing dev workflow scripts to use the Run Command Tool (#10231)Mariana Rios Flores
Changes to dev workflow scripts to use run command tool.
2016-04-25Set exit codes for wrapper scripts if there is an error. (#8014)chcosta
2016-04-11Add support for filtering building of packages based on Linux variants.Joel Hendrix
When building native Linux packages we need the ability to build the packages specific to the distro on which we're building. I have overloaded the OSGroup property to specify the runtime ID to which a package build belongs so the other distros get filtered out.
2016-03-31Add binclashlogger to the build scriptsMariana Rios Flores
2016-03-31Add support for additional properties passed to msbuildMariana Rios Flores
2016-03-29Fixes to build-packages scriptsJoel Hendrix
Fix syntax errors in if clause (.sh version). Run init-tools script if tools haven't been restored.
2016-03-25Make "@echo off" configurable.Joel Hendrix
Echo is unconditionally turned off in batch files making it hard to debug issues. This change provides a way to leave echo on by setting the _echo environment var to on.
2016-03-23Build packages stepMariana Rios Flores