File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
docs/input/documentation/usage/reading-issues Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,10 @@ title: Additional run information
3
3
description : Example how to add run specific information.
4
4
---
5
5
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,
7
8
this can be done by calling the issue provider multiple times.
9
+
8
10
If the results are read into the same list and shown on the same report,
9
11
individual issues could not be assigned to any of the calls, since issue provider type and name are identical.
10
12
@@ -74,3 +76,6 @@ which then will be stored with each issues in the `IIssue.Run` property:
74
76
)
75
77
);
76
78
```
79
+
80
+ [ SARIF ] : ../../issue-providers/sarif/index.md
81
+ [ Test Anything Protocol ] : ../../issue-providers/tap/index.md
You can’t perform that action at this time.
0 commit comments