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
2018-01-22replace $* with "$@" to properly preserve spaces in argumnents (#26404)Tomas Weinfurt
2017-01-20Fixing hack of pre-building CoreFx.Tools to avoid assembly loading issueJose Perez Rodriguez
2017-01-13Adding temporal hack to sync.sh to avoid Assembly loading issueJose Perez Rodriguez
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-06-16Fixing DevWorkflow Scripts given that corerun is not present in the tool ↵Jose Perez Rodriguez
runtime anymore (#9469)
2016-04-18Dev workflow for download from AzureMariana Rios Flores
2016-03-31Minor fix to sync.shMariana Rios Flores
2016-03-31Add support for additional properties passed to msbuildMariana Rios Flores
2016-03-29Redirect 'git fetch' output to logNate Amundson
Much of the output from 'git fetch' is to stderr, so it should also be redirected to the log file. The original implementation using &>> was added to Bash in version 4, so to ensure that this script works on OS X, an alternative syntax is used.
2016-03-26Fixes to DW in OSXmaririos
2016-02-20Add sync.sh for dev workflowNate Amundson
This script is used for syncing one's repo. Also make a few minor fixes to sync.cmd.