Skip to content

Commit

Permalink
properly update the documentation without messing up the toc
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored and azure-sdk committed Mar 15, 2022
1 parent 419795f commit 2176ca7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/common/scripts/job-matrix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
PreGenerationSteps: []
```

### A note regarding PreGenerationSteps

The generation template laid out above runs as its own job. A limitation of this method is that it disallows any runtime matrix customization due to the fact that an individual job clones the targeted build SHA. The stepList `PreGenerationSteps` allows users to update matrix json however they like prior to actually invoking the matrix generation. Injected steps are run after the repository checkout, but before any matrix generation is invoked.

## Matrix config file syntax

Matrix parameters can either be a list of strings, or a set of grouped strings (represented as a hash). The latter parameter
Expand Down

0 comments on commit 2176ca7

Please sign in to comment.