Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 138 Bytes

Sequence.md

File metadata and controls

10 lines (8 loc) · 138 Bytes

Run tasks sequentially

It is itself a task, used to group and run tasks sequentially

Sequence {
    Build()
    Test()
}