Document the changes

Signed-off-by: David Roberts <David.Roberts@orbis.com>
This commit is contained in:
David Roberts
2024-02-07 11:56:28 +00:00
parent 308b0eef3c
commit 9fdb86a91f
2 changed files with 24 additions and 1 deletions
+9 -1
View File
@@ -63,13 +63,21 @@ spec:
#### Mono repos
If you have multiple entities within a single repo, you will need to specify which pipelines belong to each entity.
If you have multiple entities within a single repo, you will need to specify which pipelines belong to each entity:
```yaml
dev.azure.com/project-repo: <my-project>/<my-repo>
dev.azure.com/build-definition: <build-definition-name>
```
...and which README file belongs to each entity.
Example:
```yaml
dev.azure.com/readme-path: /<path-to>/<my-readme-file>.md
```
#### Pipeline in different project to repo
If your pipeline is in a different project to the source code, you will need to specify this in the project annotation.