1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00

Update README

This commit is contained in:
Andrey Nering 2018-07-22 18:15:11 -03:00
parent 14e39dd745
commit 31273cd6ff

View File

@ -145,13 +145,18 @@ tasks:
Taskfile_linux.yml:
```yml
version: '2'
tasks:
build:
cmds:
- echo "linux"
```
Will print out `linux` and not default.
Will print out `linux` and not `default`.
Keep in mind that the version of the files should match. Also, when redefining
a task the whole task is replaced, properties of the task are not merged.
It's also possible to have an OS specific `Taskvars.yml` file, like
`Taskvars_windows.yml`, `Taskfile_linux.yml`, or `Taskvars_darwin.yml`. See the