Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 371 Bytes

Build-Operation.md

File metadata and controls

3 lines (2 loc) · 371 Bytes

Build Operation

The smallest unit of work that makes up the build graph produced during the generate phase. The operation contains the working folder, executable, command line arguments and declared input and output files. The input/output set are used to combine individual operations into a Directed Acyclic Graph (DAG) that is required for a well structured build.