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
2017-07-25Detect VS2017 in the run scriptWes Haggard
2017-04-28Move local corefx targets/tasks to BuildToolsWes Haggard
This change mostly deals with moving Tools-Override and CoreFxTools task library to BuildTools and consuming them from there instead.
2017-04-21Fix building with only VS2017 installed. (#18700)Jeremy Kuhne
We weren't passing the right setting to CMAKE. Also fixes issue with current working directory getting changed during the build. Run.exe currently must be run with the current working directory set to the repo root. One part of this was the config.json file- which I've explicitly specified now. The other (as of yet unfixable) problem is that we specify the location of the binclash logger as a relative path. Afaik there currently is no way to make this happen with run.cmd without making this logger an explicit (as opposed to default) option. Could possibly extend run.exe's parsing to allow specifying environment variables or reference to other parameters... I haven't nailed down who is changing the working directory- while it appears to be a 2017 specific problem I can't guarantee that it isn't some other variable.
2017-03-09Updating the Windows build instructions to clarify the requirements for VS2017.Tanner Gooding
2017-03-04Updating the build scripts to support VS2017. (#16710)Tanner Gooding
2017-02-22Always copy over Tools-Override files to Tools to avoid incremental tools issuesWes Haggard
Moves the copy of Tools-Override to run.cmd/sh and always do it so that we don't keep getting into incremental tools issues when we make changes in Tools-Override directory without a BuildTools version update which forces an update of Tools.
2016-10-08Fix _echo to be uniform (_echo just needs to be defined for it to be on). ↵Vance Morrison
(#12475)
2016-08-25Enable init-tools option to suppress non-error output from the console ↵chcosta
output (#11059) * Enable option to suppress non-error output from the console output for init-tools. * Redirect standard output to log * Remove unneccesary arg * Add Linux init-tools changes * revert dotnet to x64 * Remove echo line from run.sh
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.