Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Tomas Weinfurt fcd0e4fdcd
replace $* with "$@" to properly preserve spaces in argumnents (#26404) 2018-01-22 09:19:49 -08:00
Wes Haggard 444efb2fd3 Disable some CLI options via env variables. (#25644) 2017-12-02 08:13:55 -05:00
Wes Haggard 275854eddb Add option to build.cmd/sh to build projects in a directory
After this option folks can do the following:

- Build all System.Collections projects
build.cmd/sh System.Collections

- Build System.Collection test projects (also runs tests)
build.cmd/sh src/System.Collections/tests

- While in a library directory build it all projects under it.
cd src\System.Collections
build.cmd/sh .

These also support any of the standard build options like framework,
flavor, os, allconfigurations, etc. Same rules apply that you have to
have built the entire tree for that configuration before this will
succeed.
2017-06-14 16:07:40 -07:00
Peter Toonen cbddb98edd Source init-tools rather than execute (#19363)
* Source init-tools rather than execute in order to prevent a new process from spawning.

* Added comment to prevent change from being undone at a later point in time.
2017-05-05 08:27:43 -07:00
Wes Haggard cd39114da8 Move local corefx targets/tasks to BuildTools
This change mostly deals with moving Tools-Override and CoreFxTools
task library to BuildTools and consuming them from there instead.
2017-04-27 19:08:23 -07:00
Wes Haggard 9d103eb7b0 Always copy over Tools-Override files to Tools to avoid incremental tools issues
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.
2017-02-22 12:59:35 -08:00
chcosta 6445e82cce Enable init-tools option to suppress non-error output from the console 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-08-25 13:14:39 -07:00
Mariana Rios Flores 7e2bd07936 Changing dev workflow scripts to use the Run Command Tool (#10231)
Changes to dev workflow scripts to use run command tool.
2016-07-28 08:55:07 -07:00