Skip to content
This repository has been archived by the owner on Feb 17, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 139 Bytes

Sequence.md

File metadata and controls

10 lines (8 loc) · 139 Bytes

Run tasks sequentially

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

Sequence {
    Build()
    Test()
}