Skip to content

Commit 7578869

Browse files
authored
Improve reasoning for run information (#989)
1 parent ece10fb commit 7578869

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/input/documentation/usage/reading-issues/run-information.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ title: Additional run information
33
description: Example how to add run specific information.
44
---
55

6-
If a build script needs to parse multiple log files from the same tool, e.g. because multiple MsBuild solutions were built,
6+
If a build script needs to parse multiple log files using the same issue provider,
7+
e.g. by importing results in [SARIF] or [Test Anything Protocol] format from different tools,
78
this can be done by calling the issue provider multiple times.
9+
810
If the results are read into the same list and shown on the same report,
911
individual issues could not be assigned to any of the calls, since issue provider type and name are identical.
1012

@@ -74,3 +76,6 @@ which then will be stored with each issues in the `IIssue.Run` property:
7476
)
7577
);
7678
```
79+
80+
[SARIF]: ../../issue-providers/sarif/index.md
81+
[Test Anything Protocol]: ../../issue-providers/tap/index.md

0 commit comments

Comments
 (0)