simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
360 stars 11 forks source link

support defining environment variables for executed command #542

Closed fho closed 6 months ago

fho commented 6 months ago

Support defining environment variables that are set when the command of a task executed. These can be defined in the new Task.Environment.variables array in the .app.toml or in task include configuration files.

Defined environment variables are automatically tracked as task inputs.